Add missing uses of safeHTML

This commit is contained in:
Will Faught
2023-09-15 23:44:56 -07:00
parent f410b73b24
commit 173872ea26
11 changed files with 20 additions and 20 deletions

View File

@@ -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 }}