summaryrefslogtreecommitdiff
path: root/posts.markdown
blob: 768b560899d28c28be933696804a4bfb61e59e35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
layout: page
title: Blog Posts
permalink: /posts/
---

<ul>
  {% for post in site.posts %}
    <li>
      <a href="{{ post.url }}">{{ post.title }}</a>
    </li>
  {% endfor %}
</ul>