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

11 lines
169 B
HTML
Raw Normal View History

2014-08-29 22:35:18 +08:00
---
layout: page
title: .all
---
<ul class="punnylisting">
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>