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/tag.html | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'theme/templates/tag.html') diff --git a/theme/templates/tag.html b/theme/templates/tag.html index 101a22d..533ca5c 100755 --- a/theme/templates/tag.html +++ b/theme/templates/tag.html @@ -1,20 +1,12 @@ {% extends "base.html" %} -{% block title %}{{ SITENAME }} - «{{ tag }}»{% endblock %} +{% block title %}{{ SITENAME }} - {{ tag }}{% endblock %} {% block content %}

Articles avec le mot-clef « {{ tag }} »

{% 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 %} + {{ abstract.abstract("h2") }} {% endif %} - {% include 'navigator.html' %} {% if TAG_FEED_RSS %} -- cgit v1.2.3