blob: 5ab67d5190b3aa52345c321a76bc75c1ea2bbe8a (
plain) (
tree)
|
|
---
layout: static
title: Writings
---
<ul class="post-listing">
{% for post in site.posts %}
<li>
<header class="entry-title">
<h2>
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
</h2>
<p class="oneliner">{{ post.summary }}</p>
</header>
</li>
{% endfor %}
</ul>
|