layout | title |
---|---|
default |
Montréhack's archives |
{% for post in site.posts %} {% capture this_season %}{{ post.season }}{% endcapture %} {% capture next_season %}{{ post.previous.season }}{% endcapture %}
{% if forloop.first %}
-
{% endif %}
- Episode {{ post.episode }}: {{ post.title }} on {{ post.date | date_to_long_string }}
{% if forloop.last %}
-
{% endif %}
{% endif %}
{% endfor %}
- {{ post.title }}, {{ post.date | date_to_long_string }} {% endif %} {% endfor %} {% endfor %}
- {{ post.title }}, {{ post.date | date: "%B %-d" }}
{% assign sorted_tags = site.tags | sort %} {% for tag in sorted_tags %}
-
{% for posts in tag %}
{% for post in posts %}
{% if post.url %}
{% for post in site.posts %} {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}
{% if forloop.first %}
-
{% endif %}
{% if forloop.last %}
-
{% endif %}
{% endif %}
{% endfor %}