summaryrefslogtreecommitdiffstats
path: root/posts/index.md
blob: a5742d6cd89c381600124deea08a1ff2ed0cabc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: News archive
---

# News archive

<ul class="home-list">
{{#posts/index}}
	<li><time>{{date}}</time>  <a href="{{html}}">{{title}}</a></li>
{{/posts/index}}
</ul>