blob: 182a2d0cb00700a4e126da843fc06b6389abea18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
layout: default
---
<h1>{{ page.title }}</h1>
{{ content }}
{% for post in site.posts %}
<small>{{ post.date | date: "%B %-d, %Y" }}</small><br><a href="{{ post.url }}">{{ post.title }}</a><br><br>
{% endfor %}
|