Use minimum header sizes
This commit is contained in:
		| @@ -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 }} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user