--- layout: index ---

Thoughts in microbloging style

{% for post in site.posts %} {% if post.type == "though" %}
{{ post.title }}

{{ post.date | date: '%B %d, %Y' }}

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