Add blog sibling link navs

pull/2/head
Noah 2014-04-19 21:30:19 -07:00
parent 2699d57b5c
commit 11cb74a624
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@
<a href="{{ url_for('blog.entry', fid=post['fid']) }}" class="blog-title-index">
{{ post["subject"] }}
</a><p>
{% else %}
{% include "blog/sibling-links.html" %}
<p>
{% endif %}
<div class="blog-author">
@ -73,6 +76,9 @@
{% endif %}
{% if from != "index" %}
{% include "blog/sibling-links.html" %}
<p>
{{ include_page("comment.partial_index",
thread="blog-"+post["post_id"]|string,
subject=post["subject"],