correl.github.io/index.html
2016-02-23 16:24:23 -05:00

28 lines
628 B
HTML

---
layout: default
title: correl.phoenixinquis.net
---
{% for post in paginator.posts %}
<article>
<header>
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
<hr />
<span class="date">{{ post.date | date_to_long_string }}</span>
<span class="tags">
{% for tag in post.tags %}
{% unless forloop.first %} &middot; {% endunless %}
{{ tag }}
{% endfor %}
</span>
</header>
<div style="clear: both;"></div>
<div class="excerpt">
{{ post.content }}
</div>
<footer>
<hr />
<a href="{{ post.url }}">View comments</a>
</footer>
</article>
{% endfor %}