brokenco.de/_layouts/post.html

25 lines
784 B
HTML

---
layout: default
---
<div id="post">
<span style="float: right;"><a
href="http://twitter.com/share?url=http://unethicalblogger.com{{ page.url }}"
class="twitter-share-button" data-count="horizontal"
data-via="agentdero">Tweet</a></span>
<h2>{{ page.title }}</h2>
{{ content }}
</div>
<div id="related">
<h3>Related Posts</h3>
<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/jqr/embed.js"></script><noscript><a href="http://jqr.disqus.com/?url=ref">View comments.</a></noscript>