aa230616 |
--- |
5d1d04c5 |
layout: default |
aa230616 |
---
|
5d1d04c5 |
<div>
<article>
<header>
<h1 class="entry-title">{{ page.title | titlecase }}</h1> |
3f2855ac |
{% if page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %} |
5d1d04c5 |
</header>
{{ content | smart_quotes }} |
64b23d9f |
{% unless page.footer == false %} |
5d1d04c5 |
<footer> |
3f2855ac |
{% if page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %} |
64b23d9f |
{% unless page.sharing == false %} |
8d3e0b4a |
{% include post/sharing.html %} |
5d1d04c5 |
{% endunless %}
</footer>
{% endunless %}
</article>
{% if site.disqus_short_name and page.comments == true %}
<section>
<h1>Comments</h1> |
8d3e0b4a |
<div id="disqus_thread">{% include post/disqus_thread.html %}</div> |
5d1d04c5 |
</section>
{% endif %}
</div> |