From 9f499ea1de9526672529e48299392956fb654198 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Thu, 21 Feb 2019 18:29:01 +0100 Subject: [PATCH] matomo siteId in config.yml --- website/content/config.yml | 3 +++ website/templates/base.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/config.yml b/website/content/config.yml index 5c84d78..0d04139 100644 --- a/website/content/config.yml +++ b/website/content/config.yml @@ -9,3 +9,6 @@ Meta: Markdown: ChromaRenderer: True ChromaStyle: monokai + +Data: + matomoSiteId: 89 \ No newline at end of file diff --git a/website/templates/base.html b/website/templates/base.html index b4f8a1c..9307e93 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -15,7 +15,7 @@ - {% include "partials/matomo.html" with siteId=89 %} + {% include "partials/matomo.html" with siteId=Data.matomoSiteId %}