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

exampleSite: site.Language.Params is deprecated, use site.Params directly #20

Closed
doolio opened this issue Sep 21, 2023 · 1 comment
Closed

Comments

@doolio
Copy link

doolio commented Sep 21, 2023

Per the Hugo docs.

Considering this should the following be moved to params.yaml?

params:
title: "Site Title"
description: "Site Description"
### accessibility ###
accessibility:
skip_text: "Skip to content"
help_text: "Accessibility Statement"
help_url: "/example-page/"
### calls to action ###
main_cta:
text: "Join"
link: "/example-page/"
footer_cta:
text: "Join us"
link: "/example-page/"
### copyright (markdown can be used) ###
copyright: "Copyright &copy; {{< current_year >}} Company Name. All Rights Reserved. [Dot Org Theme](https://github.com/cncf/dot-org-hugo-theme) for Hugo by [CNCF](https://www.cncf.io)."
github_edit: "Edit this page on GitHub"

@thetwopct
Copy link
Collaborator

Thanks, we've updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants