{% if article.content | length is not eq(0) %}
- {{ article.content }}
+ {{ article.content }}
{% endif %}
{% if article.stats or article.tags %}
+
Schlagworte:
@@ -98,8 +105,10 @@
{{ fi(i.pic, i.link, i.alt, i.title, i.credit, i.credit_link) }}
{% endif %}
{% if article.klappentext %}
-
diff --git a/theme/templates/tag.html b/theme/templates/tag.html
index 858063e..9983417 100644
--- a/theme/templates/tag.html
+++ b/theme/templates/tag.html
@@ -2,7 +2,7 @@
{% block content_header %}
Details
-
@@ -33,6 +34,12 @@
{% if article.stats.series %}
- aus der Reihe "{{ article.stats.series }}" {% endif %} + {% if article.stats.issue %} +
- Ausgabe {{ article.stats.issue }} + {% endif %} + {% if article.stats.editor %} +
- herausgegeben von {{ article.stats.editor }} + {% endif %} {% if article.stats.published_in %} {% for p in article.stats.published_in %} {% if p.title %} @@ -68,7 +75,7 @@
- Leseprobe verfügbar {% endif %} {% if p.link and p.link_text %} -
- {{ p.link_text }} +
- {{ p.link_text }} {% endif %} {% if p.title %}
Klappentext
-{{ article.klappentext }}+
+
{% endif %}
Klappentext
+{{ article.klappentext }}+
-
{% endblock content_header %}