diff --git a/_config.yml b/_config.yml index 76fe54c..10d23e8 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,12 @@ description: "Write an awesome description for your new site here. You can edit skills: "Web Developer - Graphic Artist - User Experience Designer" meta_author: LastName FirstName +# 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 74d4281..eb19f8d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -11,6 +11,12 @@ + + {% if site.google_verify %}{% endif %} + + + {% if site.bing_verify %}{% endif %} +