This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_includes/post/header.html.twig
2017-09-04 17:55:53 +01:00

9 lines
176 B
Twig

{% set title_tag = title_tag ?: 'h1' %}
<{{ title_tag }} class="mb1">
{{ page.title }}
</{{ title_tag }}>
<p class="mt0 black-50">
{{ page.date|date('jS F Y') }}
</p>