From 11cb74a624fb3b324831563864553e5058b218bc Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sat, 19 Apr 2014 21:30:19 -0700 Subject: [PATCH] Add blog sibling link navs --- www/blog/entry.inc.html | 6 ++++++ 1 file changed, 6 insertions(+) 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"],