2011-06-07 16:12:46 -04:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
single: true
|
|
|
|
---
|
|
|
|
|
2011-07-12 19:40:57 -04:00
|
|
|
<div>
|
2012-02-12 12:27:17 -06:00
|
|
|
{% include post/variables.html %}
|
2012-05-20 23:40:17 -05: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 01:04:17 -05: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 14:27:21 +02:00
|
|
|
<p class="meta">
|
2011-10-18 17:39:19 +02:00
|
|
|
{% if page.previous.url %}
|
2011-10-16 14:27:21 +02:00
|
|
|
<a class="basic-alignment left" href="{{page.previous.url}}" title="Previous Post: {{page.previous.title}}">« {{page.previous.title}}</a>
|
|
|
|
{% endif %}
|
2011-10-18 17:39:19 +02:00
|
|
|
{% if page.next.url %}
|
2012-02-15 20:19:00 +01:00
|
|
|
<a class="basic-alignment right" href="{{page.next.url}}" title="Next Post: {{page.next.title}}">{{page.next.title}} »</a>
|
2011-10-16 14:27:21 +02:00
|
|
|
{% endif %}
|
|
|
|
</p>
|
2011-06-07 16:12:46 -04:00
|
|
|
</footer>
|
2011-07-12 19:40:57 -04:00
|
|
|
</article>
|
2012-06-06 22:56:02 -05:00
|
|
|
{% include custom/after_post.html %}
|
2012-06-06 01:04:17 -05:00
|
|
|
{% if page.comments == true %}{% include comments.html %}{% endif %}
|
2011-07-12 19:40:57 -04:00
|
|
|
</div>
|
2012-06-16 17:17:33 -05:00
|
|
|
{% unless page.sidebar == false or site.default_sidebar == false %}
|
2011-09-21 14:48:38 +02:00
|
|
|
<aside class="sidebar">
|
2012-07-09 00:32:45 +08:00
|
|
|
{% if page.sidebar == nil or page.sidebar == 'collapse' %}
|
|
|
|
{% include_sidebar site.post_sidebar %}
|
|
|
|
{% else %}
|
|
|
|
{% include_sidebar %}
|
|
|
|
{% endif %}
|
2011-07-30 12:04:33 -04:00
|
|
|
</aside>
|
|
|
|
{% endunless %}
|