diff --git a/layouts/partials/paige/footer.html b/layouts/partials/paige/footer.html index 8399ba5b..a022137d 100644 --- a/layouts/partials/paige/footer.html +++ b/layouts/partials/paige/footer.html @@ -1,6 +1,6 @@ {{ $page := . }} -{{ $copyright := site.Copyright }} +{{ $copyright := site.Copyright | markdownify }} {{ $credit := $page.Param "paige.credit.link.hide" | not }} {{ $first := templates.Exists "partials/paige/footer-first.html" }} {{ $last := templates.Exists "partials/paige/footer-last.html" }} @@ -11,8 +11,8 @@ {{ partial "paige/footer-first.html" . }} {{ end }} - {{ if $copyright }} - + {{ with $copyright }} + {{ end }} {{ if $credit }}