| layout | default |
|---|---|
| title | Montréhack's archives |
-
{% for post in site.posts %}
- {{ post.title }}, {{ post.date | date_to_long_string }} {% endfor %}
{% assign sorted_tags = site.tags | sort %} {% for tag in sorted_tags %}
-
{% for posts in tag %}
{% for post in posts %}
{% if post.url %}
- {{ post.title }}, {{ post.date | date_to_long_string }} {% endif %} {% endfor %} {% endfor %}