diff --git a/input/Shared/_ChildPages.cshtml b/input/Shared/_ChildPages.cshtml
index 55338e8..7a9ce30 100644
--- a/input/Shared/_ChildPages.cshtml
+++ b/input/Shared/_ChildPages.cshtml
@@ -5,7 +5,7 @@
.ToDocumentList();
@if (!Document.GetBool(SiteKeys.NoChildPages) && children.Count > 0)
{
-
diff --git a/input/Shared/_ChildPagesItem.cshtml b/input/Shared/_ChildPagesItem.cshtml
index b678bc4..8b62856 100644
--- a/input/Shared/_ChildPagesItem.cshtml
+++ b/input/Shared/_ChildPagesItem.cshtml
@@ -4,7 +4,7 @@
@{
string excerpt = Model.GetString(Keys.Excerpt);
-
@Html.DocumentLink(Model)
+ @Html.DocumentLink(Model)
@if (!string.IsNullOrEmpty(excerpt))
{
diff --git a/input/_Layout.cshtml b/input/_Layout.cshtml
index aeaafbe..9bee707 100644
--- a/input/_Layout.cshtml
+++ b/input/_Layout.cshtml
@@ -36,6 +36,7 @@
+
@if (Context.GetBool(WebKeys.GenerateSearchIndex))
@@ -233,6 +234,9 @@