From 591686138c4bc46b77aa65bbd15b427785ca8b2c Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Tue, 05 Jan 2021 10:30:47 +0000
Subject: [PATCH] Merge branch 'master' into utterances

---
 layouts/_default/baseof.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 8542ce5..dc92dba 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -14,6 +14,9 @@
 </div>
 
 {{- partial "footer.html" . -}}
+{{- if (eq .Site.Params.simpleAnalytics.enable true) -}}
+    {{- partial "analytics/simpleanalytics.html" . -}}
+{{- end -}}
 </body>
 
 </html>

--
Gitblit v1.10.0