mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 17:57:04 +01:00
Alan Orth
a66be324cc
Set the cookie_consent_info_url parameter in your site's config to display a message about cookie usage to your users. See the config in `exampleSite/config.toml` for more info.
33 lines
509 B
YAML
33 lines
509 B
YAML
- id: about
|
|
translation: "About"
|
|
|
|
- id: home
|
|
translation: "Home"
|
|
|
|
- id: recentPosts
|
|
translation: "Recent Posts"
|
|
|
|
- id: readMore
|
|
translation: "Read more"
|
|
|
|
- id: translations
|
|
translation: "Translations"
|
|
|
|
- id: share
|
|
translation: "Share"
|
|
|
|
- id: paginatorPrevious
|
|
translation: "Previous page"
|
|
|
|
- id: paginatorNext
|
|
translation: "Next page"
|
|
|
|
- id: cookieMessage
|
|
translation: "This website uses cookies."
|
|
|
|
- id: cookieLink
|
|
translation: "Learn more."
|
|
|
|
- id: cookieDismiss
|
|
translation: "Got it!"
|