Remove useless safeHTML

This commit is contained in:
Will Faught
2025-03-10 22:07:44 -07:00
parent c928fbbbc8
commit c73cba40eb

View File

@@ -117,7 +117,7 @@
{{ if and $content $external }}
{{ $text := or ($subpage.Param "paige.feeds.page_link" | markdownify) "⏎" }}
{{ $footer := printf `<p><a href="%s">%s</a></p>` $subpage.Permalink $text | safeHTML }}
{{ $footer := printf `<p><a href="%s">%s</a></p>` $subpage.Permalink $text }}
{{ $content = print $content $footer }}
{{ end }}