Pastebin
Paste #17800: No description
< previous paste - next paste>
Pasted by Anonymous Coward
---
layout: blog
title: Tags
---
<h2>Tags</h2>
<div class="container">
{% for tag in site.tags %}
<h3>{{ tag[0] }}</h3>
<ul>
{% for post in tag[1] | sorted %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
{% endfor %}
</div>
New Paste
Go to most recent paste.