mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
13.51.2020 0233d977b9a27a436854e097df0487d5ff499c1b
Merge pull request #69 from hyperized/patch-1

Fix googleSiteVerify
1 files modified
6 ■■■■ changed files
layouts/partials/head.html 6 ●●●● patch | view | raw | blame | history
layouts/partials/head.html
@@ -42,9 +42,9 @@
      {{- end -}}
    {{- end -}}
    {{- if isset .Params "googleSiteVerify" }}
    {{- if .Site.Params.googleSiteVerify }}
    <!-- Google Site Verification -->
    <meta name="google-site-verification" content="{{ .Param "googleSiteVerify" }}">
    <meta name="google-site-verification" content="{{ .Site.Params.googleSiteVerify }}">
    {{- end -}}
    
    {{- if ne $js "" -}}
@@ -54,4 +54,4 @@
    <!-- Twitter Cards -->
    {{ template "_internal/twitter_cards.html" . }}
</head>
</head>