- {% if site.tags[page.tag] %}
- {% for post in site.tags[page.tag] %}
- {% capture post_year %}{{ post.date | date: '%Y' }}{% endcapture %}
- {% if forloop.first %}
-
{{ post_year }}
- {% endif %}
-
- {% if forloop.first == false %}
- {% assign previous_index = forloop.index0 | minus: 1 %}
- {% capture previous_post_year %}{{ site.tags[page.tag][previous_index].date | date: '%Y' }}{% endcapture %}
- {% if post_year != previous_post_year %}
-
{{ post_year }}
+
+ Articles by tag
+
+
+
+
+
+ {% if site.tags[page.tag] %}
+ {% for post in site.tags[page.tag] %}
+ {% capture post_year %}{{ post.date | date: '%Y' }}{% endcapture %}
+ {% if forloop.first %}
+
{{ post_year }}
{% endif %}
- {% endif %}
-
-
- {{ post.title }}
-
+
+ {% if forloop.first == false %}
+ {% assign previous_index = forloop.index0 | minus: 1 %}
+ {% capture previous_post_year %}{{ site.tags[page.tag][previous_index].date | date: '%Y' }}{% endcapture %}
+ {% if post_year != previous_post_year %}
+
{{ post_year }}
- {% endif %}
- {% endfor %}
- {% else %}
-
There are no posts for this tag.
- {% endif %}
-
\ No newline at end of file
+ {% if forloop.last %}
+
+ {% endif %}
+ {% endfor %}
+ {% else %}
+
There are no posts for this tag.
+ {% endif %}
+
+