oliverdavies.uk/source/_partials/post/header.html.twig

8 lines
164 B
Twig
Raw Normal View History

2019-02-03 19:15:23 +00:00
<div class="mb-8">
2019-01-05 00:08:45 +00:00
<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">
2019-03-07 02:59:55 +00:00
{% include 'posts/post-date' %}
2019-01-05 00:08:45 +00:00
</p>
</div>