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"]