fix cringe date format
This commit is contained in:
parent
b728d06a6e
commit
4166e57ce0
|
@ -3,7 +3,7 @@ template = 'custom/blog-post.html'
|
|||
|
||||
title = 'Hi!'
|
||||
description = 'First post here!'
|
||||
date = '2024-08-01'
|
||||
date = '2024-01-08'
|
||||
slug = 'hi'
|
||||
year = 2024
|
||||
month = 1
|
||||
|
@ -14,4 +14,4 @@ lang = 'en'
|
|||
author = 'b1ek <me@blek.codes>'
|
||||
+++
|
||||
|
||||
Hey, this is the first post here! We'll se how it goes from there.
|
||||
Hey, this is the first post here! We'll se how it goes from there.
|
||||
|
|
Loading…
Reference in New Issue