mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Fix xml+rss link header (#393)
This commit is contained in:
		| @@ -109,7 +109,7 @@ | ||||
|  | ||||
| {{- /* RSS */}} | ||||
| {{ range .AlternativeOutputFormats -}} | ||||
| <link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}"> | ||||
| <link rel="{{ .Rel }}" type="{{ .MediaType.Type | html }}" href="{{ .Permalink | safeURL }}"> | ||||
| {{ end -}} | ||||
| {{- range .AllTranslations -}} | ||||
| <link rel="alternate" hreflang="{{ .Lang }}" href="{{ .Permalink }}" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jannik Arndt
					Jannik Arndt