|
|
@ -5,9 +5,9 @@
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
<header>
|
|
|
|
<header>
|
|
|
|
{% if index %}
|
|
|
|
{% if index %}
|
|
|
|
<h1 class="entry-title"><a href="{{ page.url }}">{{ page.title }}</a></h1>
|
|
|
|
<h1 class="entry-title"><a href="{{ page.url }}">{{ page.title | titlecase }}</a></h1>
|
|
|
|
{% else %}
|
|
|
|
{% else %}
|
|
|
|
<h1 class="entry-title">{{ page.title }}</h1>
|
|
|
|
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% unless page.nometa %}
|
|
|
|
{% unless page.nometa %}
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
@ -26,3 +26,4 @@
|
|
|
|
{% else %}
|
|
|
|
{% else %}
|
|
|
|
<div class="entry-content">{{ content | smart_quotes }}</div>
|
|
|
|
<div class="entry-content">{{ content | smart_quotes }}</div>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|