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

12 lines
221 B
HTML
Raw Normal View History

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