mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Use .Hugo.Generator instead of adding meta tag manually
This commit is contained in:
		| @@ -30,7 +30,7 @@ | |||||||
|   <link rel="apple-touch-icon" href="{{.Site.BaseURL}}img/apple-touch-icon.png"> |   <link rel="apple-touch-icon" href="{{.Site.BaseURL}}img/apple-touch-icon.png"> | ||||||
|   <link rel="icon" href="{{.Site.BaseURL}}img/favicon.ico"> |   <link rel="icon" href="{{.Site.BaseURL}}img/favicon.ico"> | ||||||
|   <!-- Generator --> |   <!-- Generator --> | ||||||
|   <meta name="generator" content="Hugo {{ .Hugo.Version }}"> |   {{ .Hugo.Generator }} | ||||||
|   <!-- RSS --> |   <!-- RSS --> | ||||||
|   <link rel="alternate" type="application/atom+xml" href="{{.Site.BaseURL}}index.xml" title="{{ .Site.Title }}"> |   <link rel="alternate" type="application/atom+xml" href="{{.Site.BaseURL}}index.xml" title="{{ .Site.Title }}"> | ||||||
|   {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production")  }} |   {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production")  }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Graham Russell
					Graham Russell