Wowchemy-hugo-modules: hide footer credit

Created on 15 Oct 2019  路  1Comment  路  Source: wowchemy/wowchemy-hugo-modules

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!

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.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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

melvidoni picture melvidoni  路  3Comments

gcushen picture gcushen  路  3Comments

henningninneh picture henningninneh  路  3Comments

eduardohenriquearnold picture eduardohenriquearnold  路  4Comments

pjox picture pjox  路  4Comments