NixNet/index.html

19 lines
472 B
HTML
Raw Normal View History

2018-12-14 05:47:01 +00:00
---
layout: page
2018-12-17 20:45:04 +00:00
title: "~/"
2018-12-14 06:21:49 +00:00
subtitle: "You are, quite obviously, home."
2018-12-14 05:47:01 +00:00
sitemap:
priority: 0.9
---
<ul class="list-posts">
{% for post in site.posts %}
<li class="post-teaser">
<a href="{{ post.url | prepend: site.baseurl }}">
<span class="post-teaser__title">{{ post.title }}</span>
<span class="post-teaser__date">{{ post.date | date: "%d %B %Y" }}</span>
</a>
</li>
{% endfor %}
</ul>