| bg | tag.jpg |
|---|---|
| layout | page |
| permalink | /posts/ |
| title | Archive |
| crawlertitle | All articles |
| summary | Posts about jekyll |
| active | archive |
{% for tag in site.tags %} {% assign t = tag | first %} {% assign posts = tag | last %}
-
{% for post in posts %}
{% if post.tags contains t %}
- {% if post.lastmod %} {{ post.title }} {{ post.lastmod | date: "%d-%m-%Y" }} {% else %} {{ post.title }} {{ post.date | date: "%d-%m-%Y" }} {% endif %} {% endif %} {% endfor %}
{% endfor %}