correl.github.io/index.html

16 lines
323 B
HTML

---
layout: default
title: correl.phoenixinquis.net
---
{% for post in site.posts %}
<article>
<h1><a href="{{post.url }}">{{ post.title }}</a></h1>
<div class="excerpt">
{{ post.excerpt }}
</div>
<footer>
<a href="{{ post.url }}">Read more &hellip;</a>
</footer>
</article>
{% endfor %}