WIP
This commit is contained in:
parent
04b28136df
commit
62b1dc15d2
30 changed files with 286 additions and 347 deletions
|
@ -1,4 +1,8 @@
|
|||
{% set title_tag = title_tag ?: 'h1' %}
|
||||
<{{ title_tag }}>{{ page.title }}</{{ title_tag }}>
|
||||
<{{ title_tag }} class="mb1">
|
||||
{{ page.title }}
|
||||
</{{ title_tag }}>
|
||||
|
||||
<p class="posted">{{ page.date|date('jS F Y') }}</p>
|
||||
<p class="mt0 black-50">
|
||||
{{ page.date|date('jS F Y') }}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue