blob: 8167d3c797666d0a1a08e9582d42cecead881c59 [file] [log] [blame]
---
layout: default
---
<h2>{{ page.tag }}</h2>
<ul>
{% for post in page.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a> ({{ post.date | date_to_string }} | Tags: {{ post | tags }})</li>
{% endfor %}
</ul>
<div id="tag_cloud">
{{ site | tag_cloud }}
</div>