aboutsummaryrefslogtreecommitdiff
path: root/thoughts.html
blob: b024d85ef832058d863d40093324f8bdd0e80f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: index
---

<h2>Thoughts in microbloging style</h2>
{% for post in site.posts %}
{% if post.type == "though" %}
<article>
  <div><strong>{{ post.title }}</strong></div>
  <p><small><i>{{ post.date | date: '%B %d, %Y' }}</i></small></p>
  <div>{{ post.content }}</div>
</article>
{% endif %}
{% endfor %}