blob: 3af3ca1a60c1b8ba492a0a678404ee6f8b0409b3 [file]
---
---
{% include header.html %}
<h1>Blog</h1>
{% for post in site.posts %}
<a href="{{ site.baseurl }}{{ post.url }}"><h2>{{ post.title }}</h2></a>
<p>Posted <b>{{ post.date | date: "%Y-%m-%d" }}</b> by <b>{{ post.author }}</b></p>
{{ post.content }}
{% endfor %}
{% include footer.html %}