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/_partials/post/header.html.twig
2018-12-12 08:37:16 +00:00

9 lines
239 B
Twig

{% set title_tag = title_tag ?: 'h1' %}
<{{ title_tag }} class="leading-tight mb-1">
{{ page.title }}
</{{ title_tag }}>
<p class="text-grey-dark">
<span class="visuallyhidden">Posted on </span>{{ page.date|date('jS F Y') }}
</p>