diff --git a/templates/header_slim.html b/templates/header_slim.html index 15a070f..0e61b29 100644 --- a/templates/header_slim.html +++ b/templates/header_slim.html @@ -62,7 +62,7 @@ {% for child in children %} {% if loop.index <= 3 %}
  • - + {{ child.title }}
  • @@ -74,7 +74,7 @@ {% for child in children %} {% if loop.index <= 3 %}
  • - + {{ child.title }}
  • diff --git a/templates/header_with_logo.html b/templates/header_with_logo.html index 3ca4214..a90f239 100644 --- a/templates/header_with_logo.html +++ b/templates/header_with_logo.html @@ -62,7 +62,7 @@ {% for child in children %} {% if loop.index <= 3 %}
  • - + {{ child.title }}
  • @@ -74,7 +74,7 @@ {% for child in children %} {% if loop.index <= 3 %}
  • - + {{ child.title }}