diff --git a/templates/Category.j2.html b/templates/Category.j2.html index a75093d..e4a9ea0 100644 --- a/templates/Category.j2.html +++ b/templates/Category.j2.html @@ -12,7 +12,7 @@ {% block pagination %} {% if category.paginated %} - + {% endif %} {% endblock %} {% block content %} -
+
{% set year = [0] %} {% for post in posts %} diff --git a/templates/Home.j2.html b/templates/Home.j2.html index 2b339b5..6c700ca 100644 --- a/templates/Home.j2.html +++ b/templates/Home.j2.html @@ -14,15 +14,15 @@ {% endblock %} {% block content %} -
- + {% for category, post in posts %} -
+

in: diff --git a/templates/Singular.j2.html b/templates/Singular.j2.html index 9114065..810ea3a 100644 --- a/templates/Singular.j2.html +++ b/templates/Singular.j2.html @@ -60,7 +60,7 @@ {% endblock %} {% block content %} -
+

{% endif %} {% if post.description|length %} -
+
{{ post.description|relurl(baseurl) }} -
+
{% endif %} -
+
{{ post.text|relurl(baseurl) }} -
+ {% if 'WebPage' != post['@type'] %}