This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
layout: default
title: "Hexaitos.com – Blog"
<h1>Blog Posts</h1>
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }} ({{ post.date | date_to_string }})</a>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>
Maintained by Hexaitos