Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 856 Bytes

File metadata and controls

33 lines (29 loc) · 856 Bytes
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 %}

{{ t | capitalize }}

    {% 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 %}