Latest in
+ post in
{{ category.name }}
-
+
-
- {% if latest.is_reply %}
+
+ {% if post.is_reply %}
-
+
RE:
-
{% else %}
-
- {{ latest.title }}
+
+ {{ post.title }}
{% endif %}
-
+
- {% if latest.summary %}
-
- {{ latest.html_summary }}
+ {% if post.summary %}
+
+ {{ post.html_summary }}
-
- {% if latest.lang == 'hu' %}Tovább »{% else %}Continue »{% endif %}
+
+ {% if post.lang == 'hu' %}Tovább »{% else %}Continue »{% endif %}
{% else %}
-
- {{ latest.html_content }}
+
+ {{ post.html_content }}
{% endif %}
-
+ {% include 'meta-publisher.j2.html' %}
{% endfor %}
diff --git a/templates/Singular.j2.html b/templates/Singular.j2.html
index f769273..0a64fcb 100644
--- a/templates/Singular.j2.html
+++ b/templates/Singular.j2.html
@@ -33,10 +33,10 @@
{% else %}
{% set mftype = 'h-entry' %}
{% endif %}
-
-
+
+
-
+
{% if post.is_reply %}
{% else %}
-
+
{{ post.title }}
{% endif %}
@@ -58,38 +58,43 @@
{% if post.review %}
-
+
Review summary of: {{ post.review.title }}
By
-
at
+ at
-
- {{ post.review.summary }}
+ {{ post.review.summary }}
{% endif %}
{% if post.summary %}
-
+
{{ post.html_summary }}
{% endif %}
-
+
{{ post.html_content }}
@@ -82,25 +82,22 @@
{% block pagination %}
{% endblock %}
-
- {% if latest.is_reply %}
+
+ {% if post.is_reply %}
-
+
RE:
-
{% else %}
-
- {{ latest.title }}
+
+ {{ post.title }}
{% endif %}
-
+
+
{% if post.is_reply %}
{% else %}
-
+
{{ post.title }}
{% endif %}
@@ -58,38 +58,43 @@
By -
at + at-
-{{ post.review.summary }}
+{{ post.review.summary }}