mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Update to zola v0.12.1 (#861)
This commit is contained in:
committed by
GitHub
parent
68d59147e7
commit
80136cc047
@@ -23,10 +23,10 @@
|
||||
<hr>
|
||||
<div class="PageNavigation">
|
||||
{% if page.earlier %}
|
||||
<a class="prev" href="/{{ page.earlier.path | safe }}">« {{ page.earlier.title }}</a>
|
||||
<a class="prev" href="{{ page.earlier.path | safe }}">« {{ page.earlier.title }}</a>
|
||||
{% endif %}
|
||||
{% if page.later %}
|
||||
<a class="next" href="/{{ page.later.path | safe }}">{{ page.later.title }} »</a>
|
||||
<a class="next" href="{{ page.later.path | safe }}">{{ page.later.title }} »</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user