aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/tag.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/tag.html')
-rwxr-xr-xtheme/templates/tag.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/templates/tag.html b/theme/templates/tag.html
index 49ed222..8282855 100755
--- a/theme/templates/tag.html
+++ b/theme/templates/tag.html
@@ -2,7 +2,7 @@
{% block title %}{{ SITENAME }} - «{{ tag }}»{% endblock %}
{% block content %}
- <h2 class="page_title">Articles avec le mot-clé «{{ tag }}»</h2>
+ <h1 class="page_title">Articles avec le mot-clef «&thinsp;{{ tag }}&thinsp;»</h1>
{% if articles %}
{% for article in (articles_page.object_list if articles_page else articles) %}
<article class="post">
@@ -11,6 +11,7 @@
<section class="post_content">
{{ article.summary }}
+ <div class="clear" />
{% if not loop.last %}
<hr>
{% endif %}