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

hyperized
13.21.2020 d0b81243ab78df6a155b8c11e85329cdfc2bc968
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>