Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2018-10-14 05:45:49 +0300
committerzwbetz <zwbetz@gmail.com>2018-10-14 05:45:49 +0300
commit6c615e6786226c3ae249bcb9aa0df4e7ca4686ef (patch)
treeb99e8f51c5f9cd75adccec5a955784698695a17c /exampleSite
parentea2b4e103e27c0b89b081ae8aed5235706d16cf3 (diff)
Add cookie consent support
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0c44876..ec00076 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,6 +20,7 @@ pygmentsStyle = "pygments"
customBlockquoteStyle = true
showPostSummary = false
googleAnalytics = "UA-123456789-1"
+ cookieConsent = true
faviconSafariPinnedTabColor = "#5bbad5"
faviconMsApplicationTileColor = "#da532c"