blob: efb745b3394f45a1d35f9745ff913f186c5e56e9 [file] [view]
---
layout: default
title: Blog
---
<article class='container'>
<div class='row'>
<div class='col-md-8'>
{% for post in site.posts %}
<a class='h3' href='{{ site.baseurl }}{{ post.url }}'>{{ post.title }}</a>
{% include post_details.html %}
{% endfor %}
</div>
</div>
</article>