Explorar el Código

Update bottom link

master
David Larlet hace 3 años
padre
commit
9d46c3616d
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero

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

+ 1
- 1
david/templates/article_2020.html Ver fichero

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

Cargando…
Cancelar
Guardar