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/category.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'theme/templates/category.html') diff --git a/theme/templates/category.html b/theme/templates/category.html index f3588eb..30284ca 100755 --- a/theme/templates/category.html +++ b/theme/templates/category.html @@ -1,18 +1,12 @@ {% extends "base.html" %} -{% block title %}{{ SITENAME }} - {{ category}}{% endblock %} +{% block title %}{{ SITENAME }} - {{ category }}{% endblock %} {% block content %}

Articles dans la catégorie « {{ category }} »

{% if articles %} - {% for article in (articles_page.object_list if articles_page else articles) %} - {% import 'abstract.html' as abstract with context %} - {{ abstract.abstract(article, "h2") }} - {% if not loop.last %} -
- {% endif %} - {% endfor %} + {% import 'abstract.html' as abstract with context %} + {{ abstract.abstract("h2") }} {% endif %} - {% include 'navigator.html' %} {% if CATEGORY_FEED_RSS %} -- cgit v1.2.3