Use tag URN for feed IDs
This commit is contained in:
		| @@ -111,7 +111,7 @@ | ||||
|                 {{ $content := $subpage.Content }} | ||||
|                 {{ $description := markdownify $subpage.Description }} | ||||
|                 {{ $external := and .Params.link (not (.Param "paige.feeds.disable_link")) | not | not }} | ||||
|                 {{ $id := cond ($subpage.Params.id | not) $subpage.RelPermalink $subpage.Params.id }} | ||||
|                 {{ $id := printf "tag:%s,%s:%s" (urls.Parse site.BaseURL).Host ($subpage.PublishDate.Format "2006-01-02") (cond ($subpage.Params.id | not) $subpage.RelPermalink $subpage.Params.id) }} | ||||
|                 {{ $lastmod := $subpage.Lastmod.Format $date }} | ||||
|                 {{ $published := $subpage.PublishDate.Format $date }} | ||||
|                 {{ $title := markdownify $subpage.Title }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user