oliverdavies.uk/source/_includes/post/header.html.twig

9 lines
176 B
Twig
Raw Normal View History

2017-07-11 18:56:05 +01:00
{% set title_tag = title_tag ?: 'h1' %}
2017-09-04 17:55:53 +01:00
<{{ title_tag }} class="mb1">
{{ page.title }}
</{{ title_tag }}>
2017-07-11 01:08:32 +01:00
2017-09-04 17:55:53 +01:00
<p class="mt0 black-50">
{{ page.date|date('jS F Y') }}
</p>