net/index.html

11 lines
190 B
HTML
Raw Normal View History

2012-01-02 23:15:05 -05:00
---
layout: default
title: striving towards mediocrity
---
<h3>recent posts</h3>
{% for post in site.posts limit: 5 %}
{% include article_list.html %}
2012-01-02 23:15:05 -05:00
{% endfor %}
{% include vcard.html %}