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