mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Remove duplicate call to hugo.Generator (#786)
This commit is contained in:
		| @@ -104,9 +104,6 @@ | |||||||
| <meta name="theme-color" content="{{ .Site.Params.assets.theme_color | default "#2e2e33" }}"> | <meta name="theme-color" content="{{ .Site.Params.assets.theme_color | default "#2e2e33" }}"> | ||||||
| <meta name="msapplication-TileColor" content="{{ .Site.Params.assets.msapplication_TileColor | default "#2e2e33" }}"> | <meta name="msapplication-TileColor" content="{{ .Site.Params.assets.msapplication_TileColor | default "#2e2e33" }}"> | ||||||
|  |  | ||||||
| {{- /* Generator */}} |  | ||||||
| {{ hugo.Generator }} |  | ||||||
|  |  | ||||||
| {{- /* RSS */}} | {{- /* RSS */}} | ||||||
| {{ range .AlternativeOutputFormats -}} | {{ range .AlternativeOutputFormats -}} | ||||||
| <link rel="{{ .Rel }}" type="{{ .MediaType.Type | html }}" href="{{ .Permalink | safeURL }}"> | <link rel="{{ .Rel }}" type="{{ .MediaType.Type | html }}" href="{{ .Permalink | safeURL }}"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jannik Arndt
					Jannik Arndt