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