diff options
Diffstat (limited to 'theme/templates/category.html')
| -rwxr-xr-x | theme/templates/category.html | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/templates/category.html b/theme/templates/category.html index f476d93..b323285 100755 --- a/theme/templates/category.html +++ b/theme/templates/category.html @@ -2,7 +2,7 @@  {% block title %}{{ SITENAME }} - {{ category}}{% endblock %}  {% block content %} - <h2 class="page_title">Articles dans la catégorie «{{ category }}»</h2> + <h1 class="page_title">Articles dans la catégorie « {{ category }} »</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 %}  | 
