From 2b9a93b91737792ff5dd5a0c77fca04604f9d3e7 Mon Sep 17 00:00:00 2001 From: Giuseppe Pignataro Date: Sun, 24 Mar 2019 09:33:49 +0100 Subject: [PATCH] Added pinterest verification Added the ability to simply verify the site with pinterest --- exampleSite/config.toml | 1 + layouts/partials/head.html | 1 + 2 files changed, 2 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a542506..93f3e49 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 caebb4b..8ec0cc7 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}}