mediumish-gohugo-theme icon indicating copy to clipboard operation
mediumish-gohugo-theme copied to clipboard

Cookie warning banner

Open ronaldbosma opened this issue 3 years ago • 1 comments

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"

ronaldbosma avatar Mar 15 '21 19:03 ronaldbosma

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!

lgaida avatar Mar 16 '21 12:03 lgaida