2013-11-27 06:01:27 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: correl.phoenixinquis.net
|
|
|
|
---
|
|
|
|
|
2014-11-26 02:43:27 +00:00
|
|
|
{% for post in paginator.posts %}
|
2013-11-27 06:01:27 +00:00
|
|
|
<article>
|
2014-11-26 02:43:27 +00:00
|
|
|
<header>
|
|
|
|
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
|
|
|
<hr />
|
|
|
|
<span class="date">{{ post.date | date_to_long_string }}</span>
|
2016-02-23 21:24:13 +00:00
|
|
|
<span class="tags">
|
|
|
|
{% for tag in post.tags %}
|
|
|
|
{% unless forloop.first %} · {% endunless %}
|
|
|
|
{{ tag }}
|
|
|
|
{% endfor %}
|
|
|
|
</span>
|
2014-11-26 02:43:27 +00:00
|
|
|
</header>
|
|
|
|
<div style="clear: both;"></div>
|
|
|
|
<div class="excerpt">
|
|
|
|
{{ post.content }}
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
<hr />
|
|
|
|
<a href="{{ post.url }}">View comments</a>
|
|
|
|
</footer>
|
2013-11-27 06:01:27 +00:00
|
|
|
</article>
|
|
|
|
{% endfor %}
|