Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Latest commit

Β 

History

History
36 lines (29 loc) Β· 750 Bytes

File metadata and controls

36 lines (29 loc) Β· 750 Bytes
layout page
title Tag archive
permalink /tags/

Click on a tag to see relevant list of posts.


{% for tag in site.tags %} {% assign t = tag | first %} {% assign posts = tag | last %}

{{ t }}

    {% for post in posts %} {% if post.tags contains t %}
  • {{ post.title }} {{ post.date | date: "%-d %B %Y" }}
  • {% endif %} {% endfor %}

{% endfor %}