From ff3295bbcf3b03a798cc457661d746eebc4cb3b6 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Wed, 16 May 2012 22:01:19 +0100 Subject: Add google site verification meta tag. --- _config.yml.example | 3 +++ _site_build/_includes/head.html | 1 + 2 files changed, 4 insertions(+) diff --git a/_config.yml.example b/_config.yml.example index a74779b..731d12c 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -47,6 +47,9 @@ copyright_year: # Optional Google analytics. #google_ua: +# Optional Google site verification. +#google_site_verification: + # Optional Feedburner ID. #feedburner: diff --git a/_site_build/_includes/head.html b/_site_build/_includes/head.html index 619229c..f122012 100644 --- a/_site_build/_includes/head.html +++ b/_site_build/_includes/head.html @@ -8,4 +8,5 @@ +{% if site.production and site.google_site_verification %}{% endif %} -- cgit v1.2.3-13-gbd6f