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