bg | layout | permalink | title | crawlertitle | summary | active |
---|---|---|---|---|---|---|
tag.jpg |
page |
/arch/ |
Archive |
All articles |
Archived articles |
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 %}