diff --git a/src/content/templates/content/article_archive.html b/src/content/templates/content/article_archive.html index ab5d7c3..691d277 100644 --- a/src/content/templates/content/article_archive.html +++ b/src/content/templates/content/article_archive.html @@ -15,11 +15,11 @@ {% block jumbotron_background %}{% if active_category %}{{ active_category.image.url }}{% else %}{{STATIC_URL}}img/teaser/{{current_top_page.slug}}.jpg{% endif %}{% endblock %} -{% block teaser %}

+{% block teaser %}

{% trans 'Article Archive' %} {% if active_category %} - {{active_category.name}}{% endif %} {% if month %}{{ month|date:'F Y' }}{% elif year %}{{year}}{% endif %} -

+
{% if active_category %}

{{ active_category.description }}

diff --git a/src/content/templates/content/article_detail.html b/src/content/templates/content/article_detail.html index ebd9ba2..2b95cdb 100644 --- a/src/content/templates/content/article_detail.html +++ b/src/content/templates/content/article_detail.html @@ -17,7 +17,7 @@ {% block itemscope %}itemscope itemtype="http://schema.org/Article"{% endblock %} {% block teaser %} -

{{article.headline}}

+

{{article.headline}}