adityatelange / hugo-PaperMod

A fast, clean, responsive Hugo theme.
https://adityatelange.github.io/hugo-PaperMod/
MIT License
9.72k stars 2.62k forks source link

Support adding Link to footer for Privacy Policy or Footer #1481

Closed besendorf closed 5 months ago

besendorf commented 6 months ago

I think it would be a nice feature if I could change the footer text without overwriting the themes footer.html in the config to add a link for a privacy policy or an imprint or similar legally required information.

adityatelange commented 5 months ago

Hi @besendorf, added the following config opts. Kindly pull latest commit and let me know things works as intended.

params:
  footer:
    text: "This is footer text - markdown suported"
    hideCopyright: true
woadey commented 5 months ago

Great feature. Can this be updated to include the option to toggle the "Powered by" portion?

adityatelange commented 5 months ago

Great feature. Can this be updated to include the option to toggle the "Powered by" portion?

I would like if people would keep it as it links back to this project and more people join us.