Don't use title
This commit is contained in:
parent
2ef3828e1c
commit
caf8a34834
|
@ -1,4 +1,4 @@
|
||||||
<h1>{{ page.title | title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
<p class="posted">Posted: {{ page.date | date('jS F Y') }}</p>
|
<p class="posted">Posted: {{ page.date | date('jS F Y') }}</p>
|
||||||
{#
|
{#
|
||||||
{% if page.tags %}
|
{% if page.tags %}
|
||||||
|
|
Reference in a new issue