Issue #6: Move title into post-header.html
This commit is contained in:
parent
3aa989ed06
commit
3567718c70
3 changed files with 4 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
{% set title_tag = title_tag|default('h1') %}
|
||||
<{{ title_tag }}>{{ page.title }}</{{ title_tag }}>
|
||||
|
||||
<p class="posted">Posted: {{ page.date|date('jS F Y') }}</p>
|
||||
{#
|
||||
{% if page.tags %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue