Changed the English date format

This commit is contained in:
Nicola Belluti 2024-04-23 20:03:45 +02:00
parent 7458952268
commit c7996624d9
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ languageName = "English"
[params] [params]
displayName = "🇺🇸" displayName = "🇺🇸"
isoCode = "en" isoCode = "en"
dateFormat = "January 2, 2006"
copyright = """ \ copyright = """ \
Made by **Nicola Belluti** with | \ Made by **Nicola Belluti** with | \

View File

@ -1,7 +1,7 @@
+++ +++
title = "Hello World!" title = "Hello World!"
summary = "Building your first blog using Hugo and Cloudflare Pages" summary = "Building your first blog using Hugo and Cloudflare Pages"
date = "2024-04-17" date = "2024-04-22"
tags = ["Hugo", "Cloudflare", "Pages", "Wrangler"] tags = ["Hugo", "Cloudflare", "Pages", "Wrangler"]
categories = ["Tutorial"] categories = ["Tutorial"]