🐛 Fix date formatting in scribble
All checks were successful
Deploy / deploy (push) Successful in 3s

This commit is contained in:
Marcel Kapfer 2025-02-06 21:28:06 +01:00
parent 1898705e4d
commit 4bcb5d3c93
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -5,7 +5,7 @@
*/ */
$headlineLevel = $singlePage ? 1 : 2; $headlineLevel = $singlePage ? 1 : 2;
$title = $scribble->date()->toDate('j. F Y @ h:i'); $title = $scribble->date()->toDate('j. F Y @ H:i');
?> ?>
<article class="scribble"> <article class="scribble">