1
0
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:
2016-11-13 14:13:17 +02:00
parent 3d1526eb55
commit a66be324cc
3 changed files with 37 additions and 0 deletions

View File

@ -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!"