diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a542506a..93f3e492 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -49,6 +49,7 @@ disqusShortname = "yourdiscussshortname"
google_verification = ""
bing_verification = ""
yandex_verification = ""
+ pinterest_verification = ""
socialShare = true
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index caebb4b4..8ec0cc7a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,6 +6,7 @@
{{ with .Site.Params.google_verification }}{{ end }}
{{ with .Site.Params.bing_verification }}{{end}}
{{ with .Site.Params.yandex_verification }}{{ end }}
+ {{ with .Site.Params.pinterest_verification }}{{ end }}
{{ if .PrevInSection }}{{end}}
{{ if .NextInSection}}{{end}}