2011-06-07 20:12:46 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
single: true
|
|
|
|
---
|
|
|
|
|
2011-07-12 23:40:57 +00:00
|
|
|
<div>
|
2011-09-21 12:48:38 +00:00
|
|
|
<article class="hentry" role="article">
|
2011-06-07 20:12:46 +00:00
|
|
|
{% include article.html %}
|
|
|
|
<footer>
|
2011-06-20 20:44:04 +00:00
|
|
|
<p class="meta">
|
2011-07-14 02:47:59 +00:00
|
|
|
{% include post/author.html %}
|
2011-09-04 19:18:28 +00:00
|
|
|
{% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %}
|
2011-07-14 02:47:59 +00:00
|
|
|
{% include post/categories.html %}
|
2011-06-07 20:12:46 +00:00
|
|
|
</p>
|
2011-07-18 20:59:59 +00:00
|
|
|
{% unless page.sharing == false %}
|
|
|
|
{% include post/sharing.html %}
|
2011-07-12 23:40:57 +00:00
|
|
|
{% endunless %}
|
2011-06-07 20:12:46 +00:00
|
|
|
</footer>
|
2011-07-12 23:40:57 +00:00
|
|
|
</article>
|
2011-09-21 11:37:59 +00:00
|
|
|
{% if site.disqus_short_name and page.comments == true %}
|
2011-06-20 20:44:04 +00:00
|
|
|
<section>
|
|
|
|
<h1>Comments</h1>
|
2011-09-21 11:37:59 +00:00
|
|
|
<div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
|
2011-06-20 20:44:04 +00:00
|
|
|
</section>
|
2011-07-12 23:40:57 +00:00
|
|
|
{% endif %}
|
|
|
|
</div>
|
2011-07-30 16:04:33 +00:00
|
|
|
{% unless page.sidebar == false %}
|
2011-09-21 12:48:38 +00:00
|
|
|
<aside class="sidebar">
|
2011-07-30 16:04:33 +00:00
|
|
|
{% if site.post_asides.size %}
|
|
|
|
{% include_array post_asides %}
|
|
|
|
{% else %}
|
|
|
|
{% include_array default_asides %}
|
|
|
|
{% endif %}
|
|
|
|
</aside>
|
|
|
|
{% endunless %}
|