Remove unneeded safeHTML

This commit is contained in:
Will Faught
2023-09-24 19:41:20 -07:00
parent 0dff8b54ef
commit 6956708b2f

View File

@@ -5,7 +5,7 @@
{{ partial "paige/footer-first.html" . }}
{{ end }}
{{ with site.Copyright | markdownify | safeHTML }}
{{ with site.Copyright | markdownify }}
<p class="mb-0 text-center text-secondary" id="paige-copyright">{{ . }}</p>
{{ end }}