mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +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="author" content="{{ .Site.Params.author }}"> | ||||
| {{- end }} | ||||
| {{ if .Site.Params.analytics.google.SiteVerificationTag }} | ||||
| <meta name="google-site-verification" content="{{ .Site.Params.analytics.google.SiteVerificationTag }}" /> | ||||
| {{end}} | ||||
| <!-- Styles --> | ||||
| {{ $anoldhope := resources.Get "css/an-old-hope.min.css" | minify }} | ||||
| {{ $theme := resources.Get "css/theme-vars.css" | minify }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange