aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 237c540..18ea882 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -10,5 +10,9 @@
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
+
+ {{ if not .Site.IsServer }}
+ {{- partial "consent.html" . -}}
+ {{ end }}
</body>
</html>