Add missing uses of safeHTML
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{{ partial "paige/footer-first.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ with site.Copyright | markdownify }}
|
||||
{{ with site.Copyright | markdownify | safeHTML }}
|
||||
<p class="mb-0 text-center text-secondary" id="paige-copyright">{{ . }}</p>
|
||||
{{ end }}
|
||||
|
||||
|
Reference in New Issue
Block a user