--- layout: default title: Les ecrits des Crapauds fous description: "Les ecrits des Crapauds fous" ---
{% for post in paginator.posts %}

{{ post.title }}

{{ post.description | markdownify | remove: '

' | remove: '

' }} {% if post.modified.size > 2 %}{% else %}{% endif %}
{% unless forloop.last %}
{% endunless %} {% endfor %}