Use minimum header sizes

This commit is contained in:
Will Faught
2025-03-04 17:54:32 -08:00
parent 91920613a8
commit 9f4fa00c75
5 changed files with 39 additions and 4 deletions

View File

@@ -97,7 +97,7 @@
<item>
{{ $author := "" }}
{{ $authors := partial "paige/func-authors.html" . }}
{{ $description := partial "paige/func-minify.html" (dict "content" .Content) }}
{{ $description := partial "paige/func-content.html" $subpage }}
{{ $external := and .Params.link (not (.Param "paige.feeds.disable_link")) | not | not }}
{{ $guid := printf "tag:%s,%s:%s" (urls.Parse site.BaseURL).Host (.PublishDate.Format "2006-01-02") (cond (.Params.id | not) .RelPermalink .Params.id) }}
{{ $published := .PublishDate.Format $date }}
@@ -105,6 +105,8 @@
{{ $link := cond $external .Params.link .Permalink }}
{{ $description = partial "paige/func-minify.html" (dict "content" $description) }}
{{ with $authors }}
{{ $primary := index . 0 }}