Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Renaux <1388706+shprink@users.noreply.github.com>2019-10-29 11:34:05 +0300
committerGitHub <noreply@github.com>2019-10-29 11:34:05 +0300
commit75118df462abbbcb714abb38a0100d26a42347e4 (patch)
tree7f9171e412b84e5a4c8914ee1a3de533c15fd180
parent8f37f95e30f71df27c84479b225e065e381d14fd (diff)
parent21b253715ab7c339c008aac4d5ac8d6b8c2fd0fa (diff)
Merge pull request #5 from GDGToulouse/googleWebmaster
adding google webmaster ownership meta
-rw-r--r--README.md1
-rw-r--r--layouts/partials/head.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 236258f..4dc4e6f 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,7 @@ googleAnalytics = "UA-XXXXXXXX-X"
manifest = "/manifest.json"
safariPinnedTab = "/safari-pinned-tab.svg"
themeColor = "#673ab7"
+ googleWebmasterKey = "googleXXXXXXX" # https://support.google.com/webmasters/answer/9008080#html_verification
[params.logos]
jumbo = "/images/logos/devfest_color_text.png"
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 9138d01..e327e65 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -5,6 +5,7 @@
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="Description" content="{{ .Site.Params.description }}">
+ <meta name="google-site-verification" content="{{ .Site.Params.googleWebmasterKey }}">
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
{{/* NOTE: These Hugo Internal Templates can be found starting at