diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 494ce73..2608f0b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -28,7 +28,9 @@ {{ with .Site.Params.footer }}
- {{ . | markdownify }} + {{ $footerHTML := . | markdownify }} + {{ $footerHTML = replace $footerHTML "" "" }} + {{ $footerHTML | safeHTML }} {{ end }}