diff --git a/templates/archives.html b/templates/archives.html index bacc874..bcb1ece 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -2,6 +2,7 @@ {% block title %}Archive | {{ SITENAME }}{% endblock %} {% set current = "archive" %} +{% set url = "archives.html" %} {% macro countyear(year) %} {% set name = namespace(y=0) %} @@ -117,4 +118,4 @@ {% include 'pagination.html' %} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/base.html b/templates/base.html index 5e4c99f..37ad30f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,6 +13,9 @@ + + + {% if FEED_ALL_ATOM %} - + {% include('partials/menu.html') %}
- {% if article %} - - {% elif tag %} - - {% elif page %} - - {% elif category %} - - {% endif %} + {% include('partials/breadcrumbs.html') %} {% block content %} {% endblock %}