From b9505fc70b659405b0612e4c4a329563aef43402 Mon Sep 17 00:00:00 2001 From: Jake Rayson Date: Thu, 8 Mar 2018 20:37:17 +0000 Subject: [PATCH] Remove template reference to ordinal numbers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > Spelled-out cardinal numbers … are not currently supported So, remove reference to them in "Hugo Date and Time Templating Reference" --- content/functions/format.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/functions/format.md b/content/functions/format.md index 30be8212d..1d498cc3b 100644 --- a/content/functions/format.md +++ b/content/functions/format.md @@ -69,9 +69,6 @@ date: 2017-03-03T14:15:59-06:00 `"Mon Jan 2 2006"` : **Returns**: `Fri Mar 3 2017` -`"January 2nd"` -: **Returns**: `March 3rd` - `"January 2006"` : **Returns**: `March 2017`