Rename files
This commit is contained in:
parent
4a04500bcc
commit
fe13db722b
18 changed files with 0 additions and 0 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