summaryrefslogtreecommitdiff
path: root/news.md
blob: 69387daf6c62aa9e116bdfef02fd021f8ace1d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout: default
title: News
---

## News

<hr />
{% for post in site.posts %}
<p>
  {{ post.date | date_to_long_string }} <a href="{{ post.url }}">{{ post.title }}</a>
  {{ post.content }}
</p>
<hr />
{% endfor %}