Hi! I want to hide footer credit "Powered by the Academic theme for Hugo." but the theme is a submodule, I've just gotten started for a while. Thanks for help!
This is not a bug and should probably be discussed in the forum.
You can achieve what you want by creating an empty file at the root of your folder: layouts/partials/site_footer.html (you probably have to create the missing folders).
You can also copy/past the content themes/academic/layouts/partials/site_footer.html in this new file layouts/partials/site_footer.html and delete/modify what you do not want.
Please keep in mind that academic theme is open-source and free to use. Displaying this "powered by Academic" is a (small) sign of respect towards @gcushen and his huge work.
Most helpful comment
This is not a bug and should probably be discussed in the forum.
You can achieve what you want by creating an empty file at the root of your folder:
layouts/partials/site_footer.html(you probably have to create the missing folders).You can also copy/past the content
themes/academic/layouts/partials/site_footer.htmlin this new filelayouts/partials/site_footer.htmland delete/modify what you do not want.Please keep in mind that academic theme is open-source and free to use. Displaying this "powered by Academic" is a (small) sign of respect towards @gcushen and his huge work.