Update to zola v0.12.1 (#861)

This commit is contained in:
Philipp Oppermann
2020-09-27 15:56:13 +02:00
committed by GitHub
parent 68d59147e7
commit 80136cc047
10 changed files with 31 additions and 31 deletions

View File

@@ -23,10 +23,10 @@
<hr>
<div class="PageNavigation">
{% if page.earlier %}
<a class="prev" href="/{{ page.earlier.path | safe }}">&laquo; {{ page.earlier.title }}</a>
<a class="prev" href="{{ page.earlier.path | safe }}">&laquo; {{ page.earlier.title }}</a>
{% endif %}
{% if page.later %}
<a class="next" href="/{{ page.later.path | safe }}">{{ page.later.title }} &raquo;</a>
<a class="next" href="{{ page.later.path | safe }}">{{ page.later.title }} &raquo;</a>
{% endif %}
</div>
<hr>