--- layout: index ---

Thoughts in microbloging style

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