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-11-09 22:44:30 +00:00

9 lines
178 B
Twig

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