Renamed post-header to post_header
This commit is contained in:
parent
211fa69a58
commit
2e55937a10
2 changed files with 1 additions and 1 deletions
12
source/_partials/post_header.html.twig
Normal file
12
source/_partials/post_header.html.twig
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{% 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 %}
|
||||
Tags:
|
||||
{% for tag in page.tags %}
|
||||
{{ tag }}{% if not loop.last %},{% else %}.{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
#}
|
||||
Loading…
Add table
Add a link
Reference in a new issue