From c1f9a31f0c8d6a75e8ab902720f0c4c4830ba6fc Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Thu, 9 May 2013 14:40:47 +0200 Subject: Updated theme --- theme/templates/abstract.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'theme/templates/abstract.html') diff --git a/theme/templates/abstract.html b/theme/templates/abstract.html index 57ff2ab..5d10bfc 100644 --- a/theme/templates/abstract.html +++ b/theme/templates/abstract.html @@ -1,4 +1,5 @@ -{% macro abstract(article, title_level) %} +{% macro abstract(title_level) %} + {% for article in (articles_page.object_list if articles_page else articles) %}
<{{title_level}} class="title">{{article.title }} @@ -16,4 +17,8 @@
+ + {% endfor %} + + {% include 'navigator.html' %} {% endmacro %} -- cgit v1.2.3