layout: default
<h1 class=“page–title”>{{ page.tag }}</h1> <ul> {% for post in page.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a> ({{ post.date | date: "%m.%d.%y" }} | tags: {{ post | tags }})</li>
{% endfor %} </ul>
<div id=“tag-cloud”>
{{ site | tag_cloud }}
</div>