Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

archives_2020.html 584B

1234567891011121314151617181920
  1. {% extends "base_2020.html" %}
  2. {% block title %}Publications (pres)quotidiennes{% endblock %}
  3. {% block description %}Archives 2021 des publications de David Larlet{% endblock %}
  4. {% block content %}
  5. <header>
  6. <h1>Publications (pres)quotidiennes</h1>
  7. </header>
  8. <nav>
  9. <p class="center">
  10. <a href="/david/" title="Aller à l’accueil">🏠</a>
  11. </p>
  12. </nav>
  13. <hr>
  14. <main>
  15. <p>Liste des publications en ordre chronologique :</p>
  16. {% for page in page_list %}
  17. <h2><a href="{{ page.url }}">{{ page.title }}</a> ({{ page.date }})</h2>
  18. {% endfor %}
  19. </main>
  20. {% endblock content %}