This commit is contained in:
Will Faught
2023-09-23 14:46:42 -07:00
parent 8e17b39271
commit 92d9d1e0c6
2 changed files with 34 additions and 0 deletions

View File

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