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

8 lines
223 B
Twig
Raw Normal View History

2019-01-05 00:08:45 +00:00
<div class="mb-8 bg-blue-light">
<h1 class="leading-tight mb-2">{{ page.title }}</h1>
2017-07-11 00:08:32 +00:00
2019-01-05 00:08:45 +00:00
<p class="text-grey-dark">
<span class="visuallyhidden">Posted on </span>{{ page.date|date('jS F Y') }}
</p>
</div>