Always use publish date for publish date
This commit is contained in:
		| @@ -112,7 +112,7 @@ | ||||
|                 {{ $external := and .Params.link (not (.Param "paige.feeds.disable_link")) | not | not }} | ||||
|                 {{ $id := printf "tag:%s,%s:%s" (urls.Parse site.BaseURL).Host (.PublishDate.Format "2006-01-02") .RelPermalink }} | ||||
|                 {{ $lastmod := .Lastmod.Format $date }} | ||||
|                 {{ $published := cond (not .PublishDate.IsZero) (.PublishDate.Format $date) "" }} | ||||
|                 {{ $published := .PublishDate.Format $date }} | ||||
|                 {{ $title := markdownify .Title }} | ||||
|  | ||||
|                 {{ $link := cond $external .Params.link .Permalink }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user