This commit is contained in:
Will Faught
2025-02-06 16:56:18 -08:00
parent a587282ee0
commit 33c53e0330
5 changed files with 8 additions and 3 deletions

View File

@@ -109,6 +109,7 @@
{{ if and $content $paramlink }}
{{ $link := or (.Param "paige.feed.page_link" | markdownify) "⏎" }}
{{ $footer := printf `<p><a href="%s" title="%s">%s</a></p>` .Permalink (htmlEscape .Title) $link | safeHTML }}
{{ $content = print $content $footer }}