layout: default


<h2>{{ page.title }}</h2> <ul> {% for post in page.posts %}

<!-- <li><a href="{{ post.url }}">{{ post.title }}</a> ({{ post.date | date_to_string }} | Tags: {{ post.tags | array_to_sentence_string: "" }})</li> -->
<li><a href="{{ post.url }}">{{ post.title }}</a> ({{ post.date | date_to_string }})</li>

{% endfor %} </ul>

<h2>All tags</h2>

<div id=“tag-cloud” class='tags'>

{% include tag_cloud.html %}

</div>