1
0
mirror of https://github.com/arsenetar/arsenetar.github.io.git synced 2024-11-15 02:19:02 +00:00
arsenetar.github.io/index.html
Andrew Senetar eba3262d55 Update to Initial Skeleton for Jekyll
Update a bunch of files to get ready for Jekyll.
2014-01-02 00:49:38 -05:00

10 lines
174 B
HTML

---
layout: default
---
<h1>Some Text</h1>
<ul>
{% for post in paginator.posts %}
<li><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>