Created
February 19, 2009 22:48
-
-
Save newbamboo/67174 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 class="entry entry-5044"> | |
| <div class="entrytitle"> | |
| <h2><a href="{{ page.url }}">{{ page.title }}</a> <span class="author">{{ page.author }}</span></h2> | |
| <h3>{{ page.date | date_to_string }}</h3> | |
| </div> | |
| <div class="entrybody"> | |
| {{ 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> | |
| <div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/newbambblog/embed.js"></script><noscript><a href="http://newbambblog.disqus.com/?url=ref">View the discussion thread.</a></noscript></a> | |
| </div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment