correl.github.io/index.html

23 lines
458 B
HTML
Raw Permalink Normal View History

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>
</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 %}