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 %} +