summaryrefslogtreecommitdiff
path: root/index.html
blob: 5ab67d5190b3aa52345c321a76bc75c1ea2bbe8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
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>