2011-06-07 16:12:46 -04:00
|
|
|
---
|
2011-07-12 19:40:57 -04:00
|
|
|
layout: default
|
2011-06-07 16:12:46 -04:00
|
|
|
---
|
|
|
|
|
2011-07-12 19:40:57 -04:00
|
|
|
<div>
|
2011-09-21 08:48:38 -04:00
|
|
|
<article role="article">
|
2011-08-14 17:47:46 -04:00
|
|
|
{% if page.title %}
|
2011-07-12 19:40:57 -04:00
|
|
|
<header>
|
|
|
|
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
2011-09-06 04:18:31 -04:00
|
|
|
{% if page.date %}<p class="meta">{% include post/date.html %}{{ time }}</p>{% endif %}
|
2011-07-12 19:40:57 -04:00
|
|
|
</header>
|
2011-08-14 17:47:46 -04:00
|
|
|
{% endif %}
|
2011-07-21 23:50:32 -04:00
|
|
|
{{ content }}
|
2011-07-18 16:59:59 -04:00
|
|
|
{% unless page.footer == false %}
|
2011-07-12 19:40:57 -04:00
|
|
|
<footer>
|
2011-07-29 16:27:13 -04:00
|
|
|
{% if page.date or page.author %}<p class="meta">
|
|
|
|
{% if page.author %}{% include post/author.html %}{% endif %}
|
2011-09-04 15:18:28 -04:00
|
|
|
{% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %}
|
2011-07-29 16:27:13 -04:00
|
|
|
{% if page.categories %}{% include post/categories.html %}{% endif %}
|
|
|
|
</p>{% endif %}
|
2011-07-18 16:59:59 -04:00
|
|
|
{% unless page.sharing == false %}
|
2011-07-13 22:47:59 -04:00
|
|
|
{% include post/sharing.html %}
|
2011-07-12 19:40:57 -04:00
|
|
|
{% endunless %}
|
|
|
|
</footer>
|
|
|
|
{% endunless %}
|
|
|
|
</article>
|
|
|
|
{% if site.disqus_short_name and page.comments == true %}
|
|
|
|
<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-07-12 19:40:57 -04:00
|
|
|
</section>
|
|
|
|
{% 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.page_asides.size %}
|
|
|
|
{% include_array page_asides %}
|
|
|
|
{% else %}
|
|
|
|
{% include_array default_asides %}
|
|
|
|
{% endif %}
|
|
|
|
</aside>
|
|
|
|
{% endunless %}
|