From c7996624d94f68353a1e8f34882d509def967a26 Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Tue, 23 Apr 2024 20:03:45 +0200 Subject: [PATCH] Changed the English date format --- config/_default/languages.en.toml | 1 + content/posts/2024/04/hello-world/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 71af98d..91a6c6b 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -5,6 +5,7 @@ languageName = "English" [params] displayName = "🇺🇸" isoCode = "en" + dateFormat = "January 2, 2006" copyright = """ \ Made by **Nicola Belluti** with ❤️ | \ diff --git a/content/posts/2024/04/hello-world/index.md b/content/posts/2024/04/hello-world/index.md index 18bc128..0e4d69d 100644 --- a/content/posts/2024/04/hello-world/index.md +++ b/content/posts/2024/04/hello-world/index.md @@ -1,7 +1,7 @@ +++ title = "Hello World!" summary = "Building your first blog using Hugo and Cloudflare Pages" -date = "2024-04-17" +date = "2024-04-22" tags = ["Hugo", "Cloudflare", "Pages", "Wrangler"] categories = ["Tutorial"]