Moved everything out of the theme
This commit is contained in:
parent
347fe76db6
commit
f20fba6dbf
27 changed files with 4 additions and 6 deletions
10
source/_partials/post-header.html.twig
Normal file
10
source/_partials/post-header.html.twig
Normal file
|
@ -0,0 +1,10 @@
|
|||
<h1>{{ page.title }}</h1>
|
||||
<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