mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-05-09 14:06:02 +02:00
Add plumbing for cookie consent
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.
This commit is contained in:
@ -21,3 +21,12 @@
|
||||
|
||||
- id: paginatorNext
|
||||
translation: "Next page"
|
||||
|
||||
- id: cookieMessage
|
||||
translation: "This website uses cookies."
|
||||
|
||||
- id: cookieLink
|
||||
translation: "Learn more."
|
||||
|
||||
- id: cookieDismiss
|
||||
translation: "Got it!"
|
||||
|
Reference in New Issue
Block a user