2018-05-28 12:33:21 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
|
|
|
<table style="width: 100%;">
|
|
|
|
{% for post in site.posts %}
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<h3 style="margin-bottom: 0;">
|
2018-05-28 20:23:18 +00:00
|
|
|
<a class="colorlink" href="{{ post.url }}" style="font-weight: 300;">{{ post.title }}</a>
|
2018-05-28 12:33:21 +00:00
|
|
|
</h3>
|
|
|
|
</td>
|
|
|
|
<td style="text-align: right;">
|
2018-05-28 17:07:44 +00:00
|
|
|
<small>{{ post.date | date: "%B %e, %Y" }}</small>
|
2018-05-28 12:33:21 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
{% endfor %}
|
|
|
|
</table>
|
2018-05-28 21:39:13 +00:00
|
|
|
|
|
|
|
<p style="text-align: center;">
|
|
|
|
<small><a href="/feed.xml" class="colorlink">click here for RSS feed</a></small>
|
|
|
|
</p>
|