Files
liquid/index.html
T
2015-01-27 14:00:57 -05:00

11 lines
203 B
HTML

---
layout: default
---
{% for post in site.posts %}
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
{{ post.content }}
{% endfor %}