aboutsummaryrefslogtreecommitdiff
path: root/_layouts/all_posts.html
blob: 9c29be905676586d64ad658251c155e1887c168b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout: default
---

<h1>{{ page.title }}</h1>

{{ content }}

{% for post in site.posts %}
<div class="post">
  <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
  <span class="post-date">{{ post.date | date: "%B %-d, %Y" }}</span>
</div>
{% endfor %}