2011-06-07 20:12:46 +00:00
|
|
|
---
|
2011-07-12 23:40:57 +00:00
|
|
|
layout: default
|
2011-06-07 20:12:46 +00:00
|
|
|
---
|
|
|
|
|
2011-07-12 23:40:57 +00:00
|
|
|
<div>
|
|
|
|
<article>
|
|
|
|
<header>
|
|
|
|
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
2011-07-14 02:47:59 +00:00
|
|
|
{% unless page.no_meta or !index %}<p class="meta">{% include post/date.html %}</p>{% endunless %}
|
2011-07-12 23:40:57 +00:00
|
|
|
</header>
|
|
|
|
{{ content | smart_quotes }}
|
|
|
|
{% unless page.no_footer %}
|
|
|
|
<footer>
|
|
|
|
{% if page.date %}
|
|
|
|
<p class="meta">
|
2011-07-14 02:47:59 +00:00
|
|
|
{% include post/date.html %}
|
2011-07-12 23:40:57 +00:00
|
|
|
</p>
|
|
|
|
{% endif %}
|
|
|
|
{% unless page.no_sharing %}
|
2011-07-14 02:47:59 +00:00
|
|
|
{% include post/sharing.html %}
|
2011-07-12 23:40:57 +00:00
|
|
|
{% endunless %}
|
|
|
|
</footer>
|
|
|
|
{% endunless %}
|
|
|
|
</article>
|
|
|
|
{% if site.disqus_short_name and page.comments == true %}
|
|
|
|
<section>
|
|
|
|
<h1>Comments</h1>
|
2011-07-14 02:47:59 +00:00
|
|
|
<div id="disqus_thread">{% include post/disqus_thread.html %}</div>
|
2011-07-12 23:40:57 +00:00
|
|
|
</section>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|