From b28748b773254485b2485073689b3db32a32a59d Mon Sep 17 00:00:00 2001 From: basti1dr Date: Sun, 27 Sep 2015 15:54:36 +0200 Subject: [PATCH] feat: add meta for google & bing verification --- _config.yml | 6 ++++++ _includes/head.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/_config.yml b/_config.yml index 619e469..3f95b39 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,12 @@ url: https://example.github.io description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." skills: "Web Developer - Graphic Artist - User Experience Designer" +# Google webmaster tools +google_verify: + +# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here +bing_verify: + # Contact form: comment the line below if you want to stick with the default PHP contact form contact: static diff --git a/_includes/head.html b/_includes/head.html index 5ae73cb..9201836 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,6 +10,12 @@ + + {% if site.google_verify %}{% endif %} + + + {% if site.bing_verify %}{% endif %} +