fix: page linked list
This commit is contained in:
parent
70da0a2c28
commit
37808d6c48
@ -8,7 +8,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="navigation">
|
<div class="navigation">
|
||||||
{% if page.prev %}
|
{% if page.prev %}
|
||||||
<a href="{{ page.next.html.get_url() }}">Prev</a>
|
<a href="{{ page.prev.html.get_url() }}">Prev</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.next %}
|
{% if page.next %}
|
||||||
<a class="next" href="{{ page.next.html.get_url() }}">Next</a>
|
<a class="next" href="{{ page.next.html.get_url() }}">Next</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user