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