From 742510ae8fa03410179fe1f84940502c91a17734 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Tue, 16 May 2023 11:47:43 +0300 Subject: [PATCH] Fix ordinal abbrev example --- content/en/readfiles/dateformatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/readfiles/dateformatting.md b/content/en/readfiles/dateformatting.md index 1128a01a1..0a8d7b212 100644 --- a/content/en/readfiles/dateformatting.md +++ b/content/en/readfiles/dateformatting.md @@ -67,7 +67,7 @@ To continue with the example above: Hugo assumes you want to append `nd` as a string to the day of the month and outputs the following: ```txt -Mar 3nd 2017 +Mar 2nd 2017 ``` ### Use `.Local` and `.UTC`