Files
blog_os/index.html
2015-07-19 14:26:01 +02:00

10 lines
209 B
HTML

---
layout: default
---
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>