From 478a6766bad0a60fddc7812dcf6ed7131bfaf6c5 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Tue, 24 Jul 2018 14:13:20 +0200 Subject: [PATCH] add the actual call for piwik Signed-off-by: Toshaan Bharvani --- themes/pel/layouts/partials/footer.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/pel/layouts/partials/footer.html b/themes/pel/layouts/partials/footer.html index 6147597..d497920 100644 --- a/themes/pel/layouts/partials/footer.html +++ b/themes/pel/layouts/partials/footer.html @@ -120,5 +120,9 @@ $(window).load(function() { }); +{{ if .Site.Params.analytics.piwik }} + {{ partial "_analytics/piwik.html" . }} +{{ end }} +