2011-06-07 16:12:46 -04:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
single: true
|
|
|
|
---
|
|
|
|
|
2011-07-12 19:40:57 -04:00
|
|
|
<div>
|
2011-06-07 16:12:46 -04:00
|
|
|
<article class="hentry">
|
|
|
|
{% include article.html %}
|
|
|
|
<footer>
|
2011-06-20 16:44:04 -04:00
|
|
|
<p class="meta">
|
2011-07-13 22:47:59 -04:00
|
|
|
{% include post/author.html %}
|
|
|
|
{% include post/date.html %}
|
|
|
|
{% include post/categories.html %}
|
2011-06-07 16:12:46 -04:00
|
|
|
</p>
|
2011-07-18 16:59:59 -04:00
|
|
|
{% unless page.sharing == false %}
|
|
|
|
{% include post/sharing.html %}
|
2011-07-12 19:40:57 -04:00
|
|
|
{% endunless %}
|
2011-06-07 16:12:46 -04:00
|
|
|
</footer>
|
2011-07-12 19:40:57 -04:00
|
|
|
</article>
|
2011-07-19 16:34:42 -04:00
|
|
|
{% if site.disqus_short_name and page.comments != false %}
|
2011-06-20 16:44:04 -04:00
|
|
|
<section>
|
|
|
|
<h1>Comments</h1>
|
2011-07-13 22:47:59 -04:00
|
|
|
<div id="disqus_thread">{% include post/disqus_thread.html %}</div>
|
2011-06-20 16:44:04 -04:00
|
|
|
</section>
|
2011-07-12 19:40:57 -04:00
|
|
|
{% endif %}
|
|
|
|
</div>
|
2011-07-30 12:04:33 -04:00
|
|
|
{% unless page.sidebar == false %}
|
|
|
|
<aside role=sidebar>
|
|
|
|
{% if site.post_asides.size %}
|
|
|
|
{% include_array post_asides %}
|
|
|
|
{% else %}
|
|
|
|
{% include_array default_asides %}
|
|
|
|
{% endif %}
|
|
|
|
</aside>
|
|
|
|
{% endunless %}
|