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 554B

1234567891011121314151617
  1. {% extends "base_2020.html" %}
  2. {% block title %}Publications récentes (2020){% endblock %}
  3. {% block content %}
  4. <h1>Publications récentes (2020)</h1>
  5. <article>
  6. <nav>
  7. {% for page in page_list %}
  8. <h2><a href="{{ page.url }}">{{ page.title }}</a> ({{ page.date }})</h2>
  9. {{ page.extract }}
  10. {% endfor %}
  11. </nav>
  12. </article>
  13. <hr>
  14. <p>
  15. Pour des publications plus anciennes (2019 et bien avant), vous pouvez aller voir du côté du <a href="/david/blog/">blog</a> ou des <a href="/david/stream/">journaux</a>.
  16. </p>
  17. {% endblock content %}