11 lines
196 B
HTML
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 %}
|