From e7c35e1c00e7c683adc880c4775c532104bcd316 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 3 Dec 2017 22:24:13 +0000 Subject: [PATCH] add piwik --- layouts/partials/piwik.html | 15 +++++++++++++++ themes/schliesspendel/layouts/partials/head.html | 2 +- themes/schliesspendel/layouts/partials/piwik.html | 0 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/piwik.html create mode 100644 themes/schliesspendel/layouts/partials/piwik.html diff --git a/layouts/partials/piwik.html b/layouts/partials/piwik.html new file mode 100644 index 0000000..c32aa6c --- /dev/null +++ b/layouts/partials/piwik.html @@ -0,0 +1,15 @@ + + + diff --git a/themes/schliesspendel/layouts/partials/head.html b/themes/schliesspendel/layouts/partials/head.html index 37c822f..6d4b548 100644 --- a/themes/schliesspendel/layouts/partials/head.html +++ b/themes/schliesspendel/layouts/partials/head.html @@ -17,7 +17,7 @@ {{ if .RSSLink -}}{{- end }} {{ .Hugo.Generator }} - + {{ partial "piwik.html" . }}
diff --git a/themes/schliesspendel/layouts/partials/piwik.html b/themes/schliesspendel/layouts/partials/piwik.html new file mode 100644 index 0000000..e69de29