Skip to content

Instantly share code, notes, and snippets.

@newbamboo
Created February 19, 2009 22:48
Show Gist options
  • Select an option

  • Save newbamboo/67174 to your computer and use it in GitHub Desktop.

Select an option

Save newbamboo/67174 to your computer and use it in GitHub Desktop.
---
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> &raquo; <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