Browse Source

Update bottom link

master
David Larlet 3 years ago
parent
commit
9d46c3616d
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      david/2021/01/01/index.html
  2. 1
    1
      david/templates/article_2020.html

+ 1
- 1
david/2021/01/01/index.html View File

<nav> <nav>
<p class="center"> <p class="center">
<a rel="prev" href="/david/2020/" title="Publication précédente : Publications 2020">←</a> • <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> </p>
</nav> </nav>

+ 1
- 1
david/templates/article_2020.html View File

<nav> <nav>
<p class="center"> <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 %} {% 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 %} {% if next and not next.is_draft %} • <a rel="next" href="{{ next.url }}" title="Publication suivante : {{ next.title }}">→</a>{% endif %}
</p> </p>
</nav> </nav>

Loading…
Cancel
Save