brendan.mcdevitt.tech/index.html
2017-10-13 05:53:08 -04:00

12 lines
279 B
HTML

---
layout: default
title: brendan mcdevitt
---
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>