From 7a848be8a42a1cfbef11893c0805459def7e4256 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 25 Aug 2024 16:22:39 +0100 Subject: [PATCH] Use a `time` element for the note date and time --- source/_layouts/note.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_layouts/note.html.twig b/source/_layouts/note.html.twig index adb40c7..b97a5ba 100644 --- a/source/_layouts/note.html.twig +++ b/source/_layouts/note.html.twig @@ -9,7 +9,7 @@ {% endblock %} {% block content_wrapper %} - {{ page.date|date }} + {% block content %}{% endblock %}