Example Blog
Feed
Tags
{% assign tags = site.tags | sort %}
{% for tag in tags %}
{{ tag[0] | replace:'-', ' ' }} ({{ tag | last | size }}){% unless forloop.last %}, {% endunless %}
{% endfor %}
Posts
{% for post in site.posts %}
- {{ post.title }}
{% endfor %}