|
|
@ -6,17 +6,17 @@ layout: default
|
|
|
|
<article>
|
|
|
|
<article>
|
|
|
|
<header>
|
|
|
|
<header>
|
|
|
|
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
|
|
|
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
|
|
|
{% unless page.no_meta or !index %}<p class="meta">{% include post/date.html %}</p>{% endunless %}
|
|
|
|
{% if page.meta == false or !page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %}
|
|
|
|
</header>
|
|
|
|
</header>
|
|
|
|
{{ content | smart_quotes }}
|
|
|
|
{{ content | smart_quotes }}
|
|
|
|
{% unless page.no_footer %}
|
|
|
|
{% unless page.footer == false %}
|
|
|
|
<footer>
|
|
|
|
<footer>
|
|
|
|
{% if page.date %}
|
|
|
|
{% if page.date %}
|
|
|
|
<p class="meta">
|
|
|
|
<p class="meta">
|
|
|
|
{% include post/date.html %}
|
|
|
|
{% include post/date.html %}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% unless page.no_sharing %}
|
|
|
|
{% unless page.sharing == false %}
|
|
|
|
{% include post/sharing.html %}
|
|
|
|
{% include post/sharing.html %}
|
|
|
|
{% endunless %}
|
|
|
|
{% endunless %}
|
|
|
|
</footer>
|
|
|
|
</footer>
|
|
|
|