Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 855 Bytes

File metadata and controls

24 lines (22 loc) · 855 Bytes
layout page
title Thoughts
all {% for tag in site.data.tags.vocabulary %} {% assign tagged = site.tags[tag.name] %} {% if tagged and tagged.size > 0 %} {{ tag.name }} {{ tagged.size }} {% endif %} {% endfor %}

{% for post in site.posts %}

{{ post.title }} {{ post.date | date: "%b %d, %Y" }} {% if post.tags.size > 0 %} {{ post.tags | join: ", " }} {% endif %}

{% endfor %}