From 50b301cb7322d5a013fbebec59a5a09624601f91 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Wed, 1 Mar 2017 09:45:18 -0600 Subject: [PATCH] Fix config to include noindex tag --- layouts/partials/head/noindex.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head/noindex.html b/layouts/partials/head/noindex.html index 493a4574b..296b1180a 100644 --- a/layouts/partials/head/noindex.html +++ b/layouts/partials/head/noindex.html @@ -1 +1 @@ -{{- if .Site.Params.RemoveFromExternalSearch -}}{{- end -}} \ No newline at end of file +{{- if .Site.Params.removefromexternalsearch -}}{{- end -}} \ No newline at end of file