diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-03-16 17:45:42 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-03-16 17:45:42 +0100 |
commit | fdfe680846b7f95c6b79f5d22069c7ee04bd767f (patch) | |
tree | c883c145e4d1cee943c666abb1111b22f3bab41c /themes/terrassa/layouts/partials/header.html | |
parent | 79acfcf1599496e67b20c39c00a100b07c383ab1 (diff) | |
download | website-fdfe680846b7f95c6b79f5d22069c7ee04bd767f.tar.gz website-fdfe680846b7f95c6b79f5d22069c7ee04bd767f.zip |
theme: Add support for matomo
Diffstat (limited to 'themes/terrassa/layouts/partials/header.html')
-rw-r--r-- | themes/terrassa/layouts/partials/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/terrassa/layouts/partials/header.html b/themes/terrassa/layouts/partials/header.html index 73142ae..8016264 100644 --- a/themes/terrassa/layouts/partials/header.html +++ b/themes/terrassa/layouts/partials/header.html @@ -11,4 +11,5 @@ {{ partial "menu.html" . }} {{ partial "hamburger-menu.html" . }} + {{ partial "matomo/analytics.html" . }} </header> |