You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
layout |
title |
order |
page2 |
Posts |
1 |
Here you can find all blog postings made to the site sorted by tag.
{% assign sorted_tags = site.tags | sort %}
{% for tag in sorted_tags %}
{{ tag[0] }}
{% for post in tag[1] %}
-
{{ post.title }} | {{ post.date | date: "%d-%^b-%Y" }}
{% endfor %}
{% endfor %}