diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 3161fce..2ac64a7 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,68 +1,61 @@ \ No newline at end of file +
+ + Privacy Policy + + {{/* Appearance switch */}} + {{ if .Site.Params.showAppearanceSwitcher | default false }} +
+ +
+ {{ end }} +
+ + {{/* Extend footer - eg. for extra scripts, etc. */}} + {{ if templates.Exists "partials/extend-footer.html" }} + {{ partialCached "extend-footer.html" . }} + {{ end }} + \ No newline at end of file