David Larlet
Dernières mises à jour du site
{{ BASE_URL }}
{{ current_dt }}
David Larlet
{{ BASE_URL }}
Copyright (c) 2004-2020, David Larlet
{% for page in page_list %}
{{ page.escaped_title }}
{{ page.normalized_date }}
{{ page.full_url }}
{{ page.escaped_content }}
{% endfor %}
{% for post in post_list %}
★ {{ post.escaped_title }}
{{ post.normalized_date }}
{{ post.full_url }}
{{ post.escaped_content }}
{% endfor %}
{% for note in note_list %}
☕︎ {{ note.escaped_title }}
{{ note.normalized_date }}
{{ note.full_url }}
{{ note.escaped_content }}
{% endfor %}