freecol/www.freecol.org/news/index.html

15 lines
242 B
HTML

---
title: News Index
layout: news-page
folder:
path: /news/index.html
name: News
---
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>