correl.github.io/index.html

19 lines
302 B
HTML
Raw Normal View History

2013-11-27 04:52:29 +00:00
---
layout: default
title: correl.phoenixinquis.net
---
<h1>Posts</h1>
{% for post in site.posts %}
<article>
<h1><a href="{{post.url }}">{{ post.title }}</a></h1>
{{ post.excerpt }}
<footer>
<a href="{{ post.url }}">Read more &hellip;</a>
</footer>
</article>
{% endfor %}