diff --git a/dactyl/templates/breadcrumbs.html b/dactyl/templates/breadcrumbs.html index 4a35867..2a2c4bb 100644 --- a/dactyl/templates/breadcrumbs.html +++ b/dactyl/templates/breadcrumbs.html @@ -15,7 +15,7 @@ {% if currentpage.html != "index.html" %} {%- for page in ns.crumbs %} - + {% endfor %} {% endif %} 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" %} {% endif %} {% endfor %} diff --git a/dactyl/templates/redirect.html b/dactyl/templates/redirect.html index 1d3341f..a39e90a 100644 --- a/dactyl/templates/redirect.html +++ b/dactyl/templates/redirect.html @@ -8,7 +8,7 @@ {% block main %}
    -

    This page has been moved! You should be redirected automatically. If not, click here to go to the new {{currentpage.name}} page. +

    This page has been moved! You should be redirected automatically. If not, click here to go to the new {{currentpage.name}} page.

    {% endblock %} diff --git a/dactyl/templates/tree-nav.html b/dactyl/templates/tree-nav.html index 95f58db..3bd9831 100644 --- a/dactyl/templates/tree-nav.html +++ b/dactyl/templates/tree-nav.html @@ -11,12 +11,12 @@