From 1714bc35a1d6f530a07d8fc34a8161812d0aa4a6 Mon Sep 17 00:00:00 2001 From: Nathan Williams Date: Thu, 24 Apr 2014 15:49:37 +1000 Subject: Fixed monthly archives to respect MONTH_ARCHIVE_SAVE_AS setting --- foundation-default-colours/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'foundation-default-colours') diff --git a/foundation-default-colours/templates/base.html b/foundation-default-colours/templates/base.html index 9d0ff88..849799a 100644 --- a/foundation-default-colours/templates/base.html +++ b/foundation-default-colours/templates/base.html @@ -88,7 +88,7 @@
  • {% for year, date_year in dates|groupby( 'date.year' )|sort(reverse=True) %} {% for month, articles in date_year|groupby( 'date.month' )|sort(reverse=True) %} -
  • {{ articles[0].date.strftime('%B') }} {{ year }} ({{ articles|count }})
  • +
  • {{ articles[0].date.strftime('%B') }} {{ year }} ({{ articles|count }})
  • {% endfor %} {% endfor %} {% endif %} @@ -158,7 +158,7 @@ @@ -199,4 +199,4 @@ $(document).foundation(); - \ No newline at end of file + -- cgit v1.1