Display the post date

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent bcda3531f8
commit 0082ccf4c6

View file

@ -2,7 +2,13 @@
{% block content_wrapper %}
<div class="space-y-10">
<div>
<div class="space-y-6">
<header>
<time datetime="{{ page.date|date('Y-m-d') }}">
{{- page.date|date('jS F Y') -}}
</time>
</header>
<div class="markdown">
{{ parent() }}
</div>