Pastebin

Paste #17800: No description

< previous paste - next paste>

Pasted by Anonymous Coward

Download View as text

---                                                                              
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


Do not write anything in this field if you're a human.

Go to most recent paste.