mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	add google siteverification tag in head
to use this, add below code to config file
    analytics:
        google:
            SiteVerificationTag: "XYZabc"
			
			
This commit is contained in:
		| @@ -11,6 +11,9 @@ | |||||||
| <meta name="description" content="{{ .Site.Params.description }}"> | <meta name="description" content="{{ .Site.Params.description }}"> | ||||||
| <meta name="author" content="{{ .Site.Params.author }}"> | <meta name="author" content="{{ .Site.Params.author }}"> | ||||||
| {{- end }} | {{- end }} | ||||||
|  | {{ if .Site.Params.analytics.google.SiteVerificationTag }} | ||||||
|  | <meta name="google-site-verification" content="{{ .Site.Params.analytics.google.SiteVerificationTag }}" /> | ||||||
|  | {{end}} | ||||||
| <!-- Styles --> | <!-- Styles --> | ||||||
| {{ $anoldhope := resources.Get "css/an-old-hope.min.css" | minify }} | {{ $anoldhope := resources.Get "css/an-old-hope.min.css" | minify }} | ||||||
| {{ $theme := resources.Get "css/theme-vars.css" | minify }} | {{ $theme := resources.Get "css/theme-vars.css" | minify }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange