mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-06 00:49:29 +00:00
Add blog sibling link navs
This commit is contained in:
parent
2699d57b5c
commit
11cb74a624
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user