blob: 6d92166bbc00620426689be40dbfbc3bd3e6b204 (
plain) (
tree)
|
|
---
layout: static
title: Writings
---
<ul class="post-listing">
{% for post in site.posts limit:5 %}
<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>
|