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