fix: page linked list
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user