2011-06-07 16:12:46 -04:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
single: true
|
|
|
|
---
|
|
|
|
|
2011-07-12 19:40:57 -04:00
|
|
|
<div>
|
2012-02-12 13:27:17 -05:00
|
|
|
{% include post/variables.html %}
|
2012-05-21 00:40:17 -04:00
|
|
|
<article class="hentry {% if linklog %}linklog{% endif %}" 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">
|
2012-06-06 02:04:17 -04:00
|
|
|
{% include post/meta.html %}
|
|
|
|
{% include custom/post_meta.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 %}
|
2012-02-15 14:19:00 -05:00
|
|
|
<a class="basic-alignment right" href="{{page.next.url}}" title="Next Post: {{page.next.title}}">{{page.next.title}} »</a>
|
2011-10-16 08:27:21 -04:00
|
|
|
{% endif %}
|
|
|
|
</p>
|
2011-06-07 16:12:46 -04:00
|
|
|
</footer>
|
2011-07-12 19:40:57 -04:00
|
|
|
</article>
|
2012-06-06 23:56:02 -04:00
|
|
|
{% include custom/after_post.html %}
|
2012-06-06 02:04:17 -04:00
|
|
|
{% if page.comments == true %}{% include comments.html %}{% endif %}
|
2011-07-12 19:40:57 -04:00
|
|
|
</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 %}
|