From faed4308b5e3ebda34594f6c3d723f1b96d379d8 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Mon, 18 Mar 2019 19:56:47 +0100 Subject: [PATCH] include js and matomo template on inxdex page --- themes/hugo-sustain/layouts/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/hugo-sustain/layouts/index.html b/themes/hugo-sustain/layouts/index.html index c407050..7aff4d9 100644 --- a/themes/hugo-sustain/layouts/index.html +++ b/themes/hugo-sustain/layouts/index.html @@ -15,5 +15,7 @@ {{ partial "footer" . }} + {{ partial "js" . }} + {{ partial "matomo" . }}