diff --git a/source/_partials/post/header.html.twig b/source/_partials/post/header.html.twig index 7447c12e..4dfd2420 100644 --- a/source/_partials/post/header.html.twig +++ b/source/_partials/post/header.html.twig @@ -1,8 +1,8 @@ {% set title_tag = title_tag ?: 'h1' %} -<{{ title_tag }} class="mb1"> +<{{ title_tag }} class="leading-tight mb-1"> {{ page.title }} {{ title_tag }}>
- {{ page.date|date('jS F Y') }} + Posted on {{ page.date|date('jS F Y') }}