🐛 Fix date formatting in scribble
All checks were successful
Deploy / deploy (push) Successful in 3s
All checks were successful
Deploy / deploy (push) Successful in 3s
This commit is contained in:
parent
1898705e4d
commit
4bcb5d3c93
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue