blob: 4e8755cfdb924c6e9f11eef4311b22638c78bdfe [file] [log] [blame] [view]
---
layout: blog
---
{% for post in site.categories.blog %}
<div class="blog-post">
<h1 class="blog-post-title"><a href="{{ post.url }}">{{ post.title }}</a></h1>
<div class="blog-post-meta">
<span class="text-muted">{{ post.date | date_to_long_string }}</span>
</div>
{{ post.content }}
</div>
{% endfor %}