summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 128d7df685a222a95dbb6ad5736550439315f4fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
layout: page
title: Drew DeVault's Blog
---

<h2>Recent Posts</h2>

<div class="media">
{% for post in site.posts %}
    <div class="post-stub">
        <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
        <h3>{{ post.date | date_to_string }}</h3>
        <p>{{ post.excerpt }}</p>
    </div>
{% endfor %}
</div>