From e3f93bd38bd2c9d7aadf550b5d323ad45c566b0b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 13 Nov 2016 14:17:53 +0200 Subject: [PATCH] README.md: Add cookie consent to features --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f42adc..bac2144 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ See [picturingjordan.com](https://picturingjordan.com) for an example of this th - Supports Google, Bing, and Yandex site verification via meta tags - Supports Google Analytics (async version), see [Hugo docs](https://gohugo.io/extras/analytics/) - Supports Disqus comments, see [Hugo docs](https://gohugo.io/extras/comments/) +- Can show a message about cookie usage to the user, see [`exampleSite/config.toml`](https://github.com/alanorth/hugo-theme-bootstrap4-blog/blob/master/exampleSite/config.toml) ## Usage Clone the repository to your site's `themes` directory. Refer to [`exampleSite/config.toml`](https://github.com/alanorth/hugo-theme-bootstrap4-blog/blob/master/exampleSite/config.toml) for optional configuration values.