Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
besendorf opened this issue Apr 5, 2024 · 3 comments
Closed

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

besendorf opened this issue Apr 5, 2024 · 3 comments
Labels
enhancement New feature or improvement

Comments

@besendorf
Copy link

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.

@besendorf besendorf added the enhancement New feature or improvement label Apr 5, 2024
@adityatelange
Copy link
Owner

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
Copy link

woadey commented Apr 14, 2024

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

@adityatelange
Copy link
Owner

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.

hankmor pushed a commit to hankmor/hugo-PaperMod that referenced this issue May 31, 2024
In site config =>
params:
  footer:
    text: "This is footer text - markdown suported"
    hideCopyright: true

closes: adityatelange#1481
jdxgfty pushed a commit to jdxgfty/hugo-PaperMod that referenced this issue Nov 3, 2024
In site config =>
params:
  footer:
    text: "This is footer text - markdown suported"
    hideCopyright: true

closes: adityatelange#1481
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

3 participants