This page does not quite work.
{% for tag in site.tags %}
{{ tag | first | capitalize }}
{% for post in tag.last %}
{% endfor %}
{% endfor %}
<br/>
<br/>
Richard Groß
IT Archaeologist
Home
This page does not quite work.
{% for tag in site.tags %}
{% for post in tag.last %}
{% endfor %}
{% endfor %}
<br/>
<br/>
© Richard Groß - with help from Jekyll and Simply Jekyll Theme