1
0
Fork 0
2punny/all/index.html

12 lines
221 B
HTML

---
layout: page
title: .all
---
<h1 class="center"><i class="icon-drawer"></i></h1>
<ul class="punnylisting">
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>