mediumish-gohugo-theme
mediumish-gohugo-theme copied to clipboard
Cookie warning banner
Hi @lgaida,
Are you interested in a cookie warning banner option for the theme?
I'm working on one myself. I had to copy some files from the mediumish theme and edit them to make it work though. This makes it harder for me to keep up to date with the original theme if any of these files change.
The banner I'm adding just has some static text and an OK button. I could add it to the theme and make it a little more generic with a configuration section like this.
[params.cookiewarning]
enable = true
alertMessage = "We use cookies..."
okButtonText = "OK"
Hi @ronaldbosma
i'm not interested in a cookie banner personally but i remember that a few other people already requested this. So sure, go ahead. I can imagine that a cookie banner is a rather small PR.
Cheers!