Created
          March 28, 2012 13:33 
        
      - 
      
 - 
        
Save lg0/2226212 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
缥缈疯 created this gist
Mar 28, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ <section> <h1>Related Posts</h1> <ul class="posts"> {% for post in site.related_posts limit:5 %} <li class="related"> <a href="{{ root_url }}{{ post.url }}">{{ post.title }}</a> </li> {% endfor %} </ul> </section>