mirror of
https://github.com/kirsle/kirsle.net
synced 2024-12-22 23:19:28 +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">
|
<a href="{{ url_for('blog.entry', fid=post['fid']) }}" class="blog-title-index">
|
||||||
{{ post["subject"] }}
|
{{ post["subject"] }}
|
||||||
</a><p>
|
</a><p>
|
||||||
|
{% else %}
|
||||||
|
{% include "blog/sibling-links.html" %}
|
||||||
|
<p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="blog-author">
|
<div class="blog-author">
|
||||||
|
@ -73,6 +76,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if from != "index" %}
|
{% if from != "index" %}
|
||||||
|
{% include "blog/sibling-links.html" %}
|
||||||
|
<p>
|
||||||
|
|
||||||
{{ include_page("comment.partial_index",
|
{{ include_page("comment.partial_index",
|
||||||
thread="blog-"+post["post_id"]|string,
|
thread="blog-"+post["post_id"]|string,
|
||||||
subject=post["subject"],
|
subject=post["subject"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user