From 4166e57ce0adfb6e47badd2a9a06455de6b7f7bd Mon Sep 17 00:00:00 2001 From: b1ek Date: Sun, 14 Jan 2024 12:53:59 +1000 Subject: [PATCH] fix cringe date format --- content/blog/hi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/hi.md b/content/blog/hi.md index b94f315..97ff840 100644 --- a/content/blog/hi.md +++ b/content/blog/hi.md @@ -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 ' +++ -Hey, this is the first post here! We'll se how it goes from there. \ No newline at end of file +Hey, this is the first post here! We'll se how it goes from there.