diff --git a/_includes/crapaud_posts.html b/_includes/crapaud_posts.html
new file mode 100644
index 0000000..69813b9
--- /dev/null
+++ b/_includes/crapaud_posts.html
@@ -0,0 +1,35 @@
+
+ {% for post in site.posts %}
+ {% if post.authors contains page.title %}
+
+
+ {{ post.description | markdownify | remove: '
' | remove: '
' }}
+
lire la suite
+
+ {% if post.modified.size > 2 %}
+
{{ post.modified | date_to_string }} {% if post.category contains "featured" %}{% endif %}
+ {% else %}
+
{{ post.date | date_to_string }} {% if post.category contains "featured" %}{% endif %}
+ {% endif %}
+
+
+ {% for tag in post.categories %}
+ {% if forloop.first %}
+
+ {% endif %}
+ {{ tag }}
+ {% unless forloop.last %} • {% endunless %}
+ {% endfor %}
+
+
+ {% unless forloop.last %}
{% endunless %}
+
+ {% endif %}
+ {% endfor %}
+
+
+
diff --git a/_includes/crapauds.html b/_includes/crapauds.html
index 9d7f9bb..587e8ab 100644
--- a/_includes/crapauds.html
+++ b/_includes/crapauds.html
@@ -1,7 +1,10 @@
{% for page in site.pages %}
{% if page.categories contains "crapaud" %}
-