Process page title in Atom feeds
This commit is contained in:
		| @@ -113,7 +113,7 @@ | ||||
|                 {{ $id := printf "tag:%s,%s:%s" (urls.Parse site.BaseURL).Host (.PublishDate.Format "2006-01-02") .RelPermalink }} | ||||
|                 {{ $lastmod := .Lastmod.Format $date }} | ||||
|                 {{ $published := .PublishDate.Format $date }} | ||||
|                 {{ $title := markdownify .Title }} | ||||
|                 {{ $title := .Title | markdownify | plainify | htmlUnescape }} | ||||
|  | ||||
|                 {{ $link := cond $external .Params.link .Permalink }} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user