mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +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:
parent
cd39b9d055
commit
d75f9c27f6
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user