21813059 |
{% unless page.no_header %}
<header>
{% if index %} |
f81bdbc1 |
<h1 class="entry-title"><a href="{{ site.root }}{{ post.url }}">{{ post.title | titlecase }}</a></h1> |
21813059 |
{% else %}
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
{% endif %} |
64b23d9f |
{% unless page.meta == false %} |
8d3e0b4a |
<p class="meta">{% include post/date.html %}</p> |
87f300b2 |
{% endunless %} |
21813059 |
</header>
{% endunless %} |
aa230616 |
{% if index %} |
5d61b463 |
<div class="entry-content">{{ content | exerpt | smart_quotes }}</div>
<footer> |
f81bdbc1 |
<a rel="full-article" href="{{ site.root }}{{ post.url }}">Read on →</a> |
5d61b463 |
</footer> |
aa230616 |
{% else %}
<div class="entry-content">{{ content | smart_quotes }}</div>
{% endif %} |