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 %}