@@ -82,7 +82,7 @@ | |||
<nav> | |||
<p class="center"> | |||
<a rel="prev" href="/david/2020/" title="Publication précédente : Publications 2020">←</a> • | |||
<a href="/david/2020/" title="Liste des publications récentes">↑</a> | |||
<a href="/david/2021/" title="Liste des publications récentes">↑</a> | |||
</p> | |||
</nav> |
@@ -19,7 +19,7 @@ | |||
<nav> | |||
<p class="center"> | |||
{% if prev and not prev.is_draft %}<a rel="prev" href="{{ prev.url }}" title="Publication précédente : {{ prev.title }}">←</a> •{% endif %} | |||
<a href="/david/2020/" title="Liste des publications récentes">↑</a> | |||
<a href="/david/2021/" title="Liste des publications récentes">↑</a> | |||
{% if next and not next.is_draft %} • <a rel="next" href="{{ next.url }}" title="Publication suivante : {{ next.title }}">→</a>{% endif %} | |||
</p> | |||
</nav> |