diff --git a/templates/base.html b/templates/base.html index 9206b87..0fe2e0d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,5 +1,5 @@ - + @@ -115,7 +115,7 @@ {% if config.extra.footer_nav %} {% endif %} diff --git a/templates/section.html b/templates/section.html index cd509fa..459971e 100644 --- a/templates/section.html +++ b/templates/section.html @@ -1,8 +1,6 @@ {% extends "base.html" %} {% block header %} -

..{{ section.path }}

-

{{ section.title }}

{% endblock header %}