Don't use title

This commit is contained in:
Oliver Davies 2015-04-25 07:13:10 +01:00
parent 2ef3828e1c
commit caf8a34834

View file

@ -1,4 +1,4 @@
<h1>{{ page.title | title }}</h1>
<h1>{{ page.title }}</h1>
<p class="posted">Posted: {{ page.date | date('jS F Y') }}</p>
{#
{% if page.tags %}