diff --git a/dactyl/templates/children.html b/dactyl/templates/children.html
index 04ff0e2..2801411 100644
--- a/dactyl/templates/children.html
+++ b/dactyl/templates/children.html
@@ -22,7 +22,7 @@
{% for child in parent.children %}
{% if child.nav_omit is defined and child.nav_omit %}{# skip pages that are omitted from navigation #}
{% elif ns.count_printed < count_limit %}
-
{{child.name}}{% if show_blurbs and child.blurb is defined %}
{{child.blurb}}
{% endif %}
+
{{child.name}}{% if show_blurbs and child.blurb is defined %}
{{child.blurb}}
{% endif %}
{% set ns.count_printed = ns.count_printed + 1 %}
{% if indent_level+1 <= depth_limit %}
{# recursively print descendants #}
diff --git a/dactyl/templates/header.html b/dactyl/templates/header.html
index b920838..5b47b9c 100644
--- a/dactyl/templates/header.html
+++ b/dactyl/templates/header.html
@@ -9,7 +9,7 @@
{% for page in pages %}
{% if page.parent is defined and page.parent == "index.html" %}