Created
November 6, 2009 07:40
-
-
Save tangblack/227806 to your computer and use it in GitHub Desktop.
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 characters
--- | |
layout: default | |
--- | |
<div id="post"> | |
{{ content }} | |
</div> | |
<div id="related"> | |
<h2>Related Posts</h2> | |
<ul class="posts"> | |
{% for post in site.related_posts limit:3 %} | |
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li> | |
{% endfor %} | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment