Added pinterest verification

Added the ability to simply verify the site with pinterest
This commit is contained in:
Giuseppe Pignataro 2019-03-24 09:33:49 +01:00
parent b6a4d09f3c
commit 2b9a93b917
2 changed files with 2 additions and 0 deletions

View file

@ -49,6 +49,7 @@ disqusShortname = "yourdiscussshortname"
google_verification = ""
bing_verification = ""
yandex_verification = ""
pinterest_verification = ""
socialShare = true

View file

@ -6,6 +6,7 @@
{{ with .Site.Params.google_verification }}<meta name="google-site-verification" content="{{ . }}" />{{ end }}
{{ with .Site.Params.bing_verification }}<meta name="msvalidate.01" content="{{ . }}" />{{end}}
{{ with .Site.Params.yandex_verification }}<meta name="yandex-verification" content="{{ . }}" />{{ end }}
{{ with .Site.Params.pinterest_verification }}<meta name="p:domain_verify" content="{{ . }}"/>{{ end }}
{{ if .PrevInSection }}<link rel="prev" href="{{.PrevInSection.Permalink}}" />{{end}}
{{ if .NextInSection}}<link rel="next" href="{{ .NextInSection.Permalink }}" />{{end}}
<link rel="canonical" href="{{ .Permalink }}" />