2011-06-07 16:12:46 -04:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
single: true
|
|
|
|
---
|
|
|
|
|
|
|
|
<article class="hentry">
|
|
|
|
{% include article.html %}
|
2011-06-27 15:59:21 -04:00
|
|
|
{% unless page.no_meta %}
|
2011-06-07 16:12:46 -04:00
|
|
|
<footer>
|
2011-06-20 16:44:04 -04:00
|
|
|
<p class="meta">
|
|
|
|
{% include post_author.html %}
|
|
|
|
{% include post_date.html %}
|
2011-06-27 15:59:21 -04:00
|
|
|
{% include post_categories.html %}
|
2011-06-20 16:44:04 -04:00
|
|
|
{% include sharing.html %}
|
2011-06-07 16:12:46 -04:00
|
|
|
</p>
|
|
|
|
</footer>
|
2011-06-27 15:59:21 -04:00
|
|
|
{% endunless %}
|
2011-06-07 16:12:46 -04:00
|
|
|
{% if site.disqus_short_name %}
|
2011-06-20 16:44:04 -04:00
|
|
|
<section>
|
|
|
|
<h1>Comments</h1>
|
2011-06-07 16:12:46 -04:00
|
|
|
<div id="disqus_thread">{% include disqus_thread.html %}</div>
|
2011-06-20 16:44:04 -04:00
|
|
|
</section>
|
2011-06-07 16:12:46 -04:00
|
|
|
{% endif %}
|
|
|
|
</article>
|