diff --git a/www/blog/entry.inc.html b/www/blog/entry.inc.html index 42e3408..0ce6728 100644 --- a/www/blog/entry.inc.html +++ b/www/blog/entry.inc.html @@ -7,6 +7,9 @@ {{ post["subject"] }}

+ {% else %} + {% include "blog/sibling-links.html" %} +

{% endif %}

@@ -73,6 +76,9 @@ {% endif %} {% if from != "index" %} + {% include "blog/sibling-links.html" %} +

+ {{ include_page("comment.partial_index", thread="blog-"+post["post_id"]|string, subject=post["subject"],