From 43c26fdd0b53ddb4c0be36e65511bd9e2b5e1992 Mon Sep 17 00:00:00 2001 From: Theodore Baschak Date: Thu, 9 Feb 2017 03:15:08 -0600 Subject: [PATCH] add ability to have pages/posts ignored by search engines with noindex --- _layouts/default.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_layouts/default.html b/_layouts/default.html index fdec83514..7f1182815 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -16,6 +16,10 @@ + {% if page.noindex %} + + {% endif %} + {% if page.title %}