Remove printf from feed links
This commit is contained in:
		| @@ -70,7 +70,7 @@ | ||||
|  | ||||
|     {{ range $t := $page.Translations }} | ||||
|         {{ range .OutputFormats }} | ||||
|             {{ printf `<link href="%s" hreflang="%s" rel="%s" type="%s"/>` .Permalink $t.Lang .Rel .MediaType | safeHTML }} | ||||
|             <link href="{{ .Permalink }}" hreflang="{{ $t.Language.LanguageCode }}" rel="{{ .Rel }}" type="{{ .MediaType }}"/> | ||||
|         {{ end }} | ||||
|     {{ end }} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user