openneo-blog/index.html

14 lines
176 B
HTML
Raw Normal View History

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