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

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