Change post_header to post-header
This commit is contained in:
parent
4e41c6e372
commit
afa22395fe
3 changed files with 2 additions and 2 deletions
4
source/_includes/post-header.html.twig
Normal file
4
source/_includes/post-header.html.twig
Normal file
|
@ -0,0 +1,4 @@
|
|||
{% set title_tag = title_tag|default('h1') %}
|
||||
<{{ title_tag }}>{{ page.title }}</{{ title_tag }}>
|
||||
|
||||
<p class="posted">Posted: {{ page.date|date('jS F Y') }}</p>
|
Loading…
Add table
Add a link
Reference in a new issue