--- layout: index ---

Journal in microbloging style

{% for post in site.posts %} {% if post.type == "journal" %}
{{ post.title }}
{{ post.date | date: '%B %d, %Y' }} at {{ post.date | date: '%I:%m %p' }}
{{ post.content }}
{% endif %} {% endfor %}