aboutsummaryrefslogtreecommitdiff
path: root/blog/index.html
blob: 8cb235991e4963416f5ef448963b3bcd0ba91fe5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
layout: page
id: blog
---
<h2>All Posts</h2>
<ul>
{% for post in site.posts %}
	<li>
		<a href="{{ post.url }}">{{ post.title }}</a>
	</li>
{% endfor %}
</ul>