fix: page linked list

This commit is contained in:
Starnakin 2025-04-23 21:09:25 +02:00
parent 70da0a2c28
commit 37808d6c48

View File

@ -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>