2011-07-19 22:28:48 -04:00
|
|
|
|
---
|
|
|
|
|
layout: default
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
<div>
|
2011-09-21 16:43:34 -04:00
|
|
|
|
<article role="article">
|
2011-08-16 00:48:38 -04:00
|
|
|
|
{% if page.title %}
|
2011-07-19 22:28:48 -04:00
|
|
|
|
<header>
|
2011-12-10 11:40:10 -05:00
|
|
|
|
<h1 class="entry-title">{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}</h1>
|
2011-09-08 00:31:08 -04:00
|
|
|
|
{% if page.date %}<p class="meta">{% include post/date.html %}{{ time }}</p>{% endif %}
|
2011-07-19 22:28:48 -04:00
|
|
|
|
</header>
|
2011-08-16 00:48:38 -04:00
|
|
|
|
{% endif %}
|
2011-07-22 00:14:26 -04:00
|
|
|
|
{{ content }}
|
2011-07-19 22:28:48 -04:00
|
|
|
|
{% unless page.footer == false %}
|
|
|
|
|
<footer>
|
2012-09-06 11:54:40 -04:00
|
|
|
|
<p class="meta">{% include post/meta.html %}{% include custom/page_meta.html %}</p>
|
2011-07-19 22:28:48 -04:00
|
|
|
|
{% unless page.sharing == false %}
|
|
|
|
|
{% include post/sharing.html %}
|
|
|
|
|
{% endunless %}
|
|
|
|
|
</footer>
|
|
|
|
|
{% endunless %}
|
|
|
|
|
</article>
|
2012-06-06 02:04:36 -04:00
|
|
|
|
{% include custom/after_page.html %}
|
|
|
|
|
{% if page.comments == true %}{% include comments.html %}{% endif %}
|
2011-07-19 22:28:48 -04:00
|
|
|
|
</div>
|
2012-06-16 18:56:45 -04:00
|
|
|
|
{% unless page.sidebar == false or site.default_sidebar == false %}
|
2011-09-21 16:43:34 -04:00
|
|
|
|
<aside class="sidebar">
|
2012-06-16 18:56:45 -04:00
|
|
|
|
{% if page.sidebar == nil or page.sidebar == 'collapse' %}
|
|
|
|
|
{% include_sidebar site.page_sidebar %}
|
|
|
|
|
{% else %}
|
|
|
|
|
{% include_sidebar %}
|
|
|
|
|
{% endif %}
|
2011-07-30 15:44:23 -04:00
|
|
|
|
</aside>
|
|
|
|
|
{% endunless %}
|