aboutsummaryrefslogtreecommitdiff
path: root/_layouts/articles.html
blob: 970a0af8412bfe32d35a0bdb25c4a0c9facf817e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
layout: page
---

{{ content }}
<ul>
{% for post in site.posts %}
  <li>
        <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
  </li>
{% endfor %}
</ul>