From 259b696f1b0f03d53303736b69edf2a64bca3c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Wed, 25 Feb 2015 15:18:52 +0100 Subject: [PATCH] added noindex variable for search engine optimization via front matter --- _config.yml | 2 +- _includes/head.html | 5 ++++- _layouts/blog.html | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index c5689d2..6aaf422 100644 --- a/_config.yml +++ b/_config.yml @@ -110,7 +110,7 @@ defaults: google_author: "https://plus.google.com/u/0/118311555303973066167" google_site_verification: "Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ" bing_webmastertools_id: "0FB4C028ABCF07C908C54386ABD2D97F" -alexa_verify_id: "m1VxsMv1gIN-up4Sw0PGQIvyCRw" +# alexa_verify_id: "" diff --git a/_includes/head.html b/_includes/head.html index 440a61c..e61f6a9 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,7 +4,7 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - +