2011-06-07 16:12:46 -04:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
single: true
|
|
|
|
---
|
|
|
|
|
2011-07-12 19:40:57 -04:00
|
|
|
<div>
|
2011-09-21 08:48:38 -04:00
|
|
|
<article class="hentry" role="article">
|
2011-06-07 16:12:46 -04:00
|
|
|
{% 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 %}
|
2011-11-03 15:32:38 -04:00
|
|
|
{% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %}
|
2011-07-13 22:47:59 -04:00
|
|
|
{% 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-10-16 08:27:21 -04:00
|
|
|
<p class="meta">
|
2011-10-18 11:39:19 -04:00
|
|
|
{% if page.previous.url %}
|
2011-10-16 08:27:21 -04:00
|
|
|
<a class="basic-alignment left" href="{{page.previous.url}}" title="Previous Post: {{page.previous.title}}">« {{page.previous.title}}</a>
|
|
|
|
{% endif %}
|
2011-10-18 11:39:19 -04:00
|
|
|
{% if page.next.url %}
|
2011-10-16 08:27:21 -04:00
|
|
|
<a class="basic-alignment right" href="{{page.next.url}}" title="next Post: {{page.next.title}}">{{page.next.title}} »</a>
|
|
|
|
{% endif %}
|
|
|
|
</p>
|
2011-06-07 16:12:46 -04:00
|
|
|
</footer>
|
2011-07-12 19:40:57 -04:00
|
|
|
</article>
|
2011-09-21 07:37:59 -04:00
|
|
|
{% if site.disqus_short_name and page.comments == true %}
|
2011-06-20 16:44:04 -04:00
|
|
|
<section>
|
|
|
|
<h1>Comments</h1>
|
2011-09-21 07:37:59 -04:00
|
|
|
<div id="disqus_thread" aria-live="polite">{% 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 %}
|
2011-09-21 08:48:38 -04:00
|
|
|
<aside class="sidebar">
|
2011-07-30 12:04:33 -04:00
|
|
|
{% if site.post_asides.size %}
|
|
|
|
{% include_array post_asides %}
|
|
|
|
{% else %}
|
|
|
|
{% include_array default_asides %}
|
|
|
|
{% endif %}
|
|
|
|
</aside>
|
|
|
|
{% endunless %}
|