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

9 lines
239 B
Twig
Raw Normal View History

2017-07-11 17:56:05 +00:00
{% set title_tag = title_tag ?: 'h1' %}
2018-12-12 08:37:16 +00:00
<{{ title_tag }} class="leading-tight mb-1">
2017-09-04 16:55:53 +00:00
{{ page.title }}
</{{ title_tag }}>
2017-07-11 00:08:32 +00:00
2017-11-09 22:44:30 +00:00
<p class="text-grey-dark">
2018-12-12 08:37:16 +00:00
<span class="visuallyhidden">Posted on </span>{{ page.date|date('jS F Y') }}
2017-09-04 16:55:53 +00:00
</p>