From 4bcb5d3c930b206c620dce729c5785f556c75cee Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 6 Feb 2025 21:28:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20date=20formatting=20in=20s?= =?UTF-8?q?cribble?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/snippets/scribble.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/snippets/scribble.php b/site/snippets/scribble.php index d7914ab..0ab1638 100644 --- a/site/snippets/scribble.php +++ b/site/snippets/scribble.php @@ -5,7 +5,7 @@ */ $headlineLevel = $singlePage ? 1 : 2; -$title = $scribble->date()->toDate('j. F Y @ h:i'); +$title = $scribble->date()->toDate('j. F Y @ H:i'); ?>