--- layout: default --- {% assign post = site.posts.first %}

{{ post.title }}

{% if post.previous.url %}

«


{% endif %} {% if post.next.url %}

»

{% endif %}
{{ post.content }}

{% if post.previous.url %} « {{post.previous.title}} | {% endif %} {{ post.date | date_to_string }} {% if post.next.url %} | {{post.next.title}} » {% endif %}

{% include footer.html %}