newbamboo (owner)

Revisions

gist: 67174 Download_button fork
public
Public Clone URL: git://gist.github.com/67174.git
post.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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>