Files
net/index.html
2012-01-02 23:15:05 -05:00

11 lines
196 B
HTML

---
layout: default
title: striving towards mediocrity
---
{% for post in site.posts limit: 1 %}
{% assign content = post.content %}
{% include post.html %}
{% endfor %}
{% include vcard.html %}