From a3b169874db8a88177dc6c133289dfc311399d5e Mon Sep 17 00:00:00 2001 From: Set Sakrecoer Date: Tue, 5 Nov 2019 18:01:01 +0100 Subject: [PATCH] matomo --- _includes/matomo.html | 15 +++++++++++++++ _layouts/default.html | 1 + 2 files changed, 16 insertions(+) create mode 100644 _includes/matomo.html diff --git a/_includes/matomo.html b/_includes/matomo.html new file mode 100644 index 0000000..c0f303e --- /dev/null +++ b/_includes/matomo.html @@ -0,0 +1,15 @@ + + + diff --git a/_layouts/default.html b/_layouts/default.html index 0cb7336..aa39dbf 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,6 +4,7 @@ {% include metahead.html %} +{% include matomo.html %}