From 0f180624fe69048709f7a69578258345aae5f641 Mon Sep 17 00:00:00 2001 From: constantinos Date: Wed, 23 Aug 2023 16:57:43 +0300 Subject: [PATCH] date format comma position --- .../customizations/jgdr/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/partials/head.html b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/partials/head.html index 97af1e6..67fa931 100644 --- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/partials/head.html +++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/partials/head.html @@ -63,7 +63,7 @@ Tags: citation_keywords (semicolon-separated) {{ with .Page.Params.publishDate }} - {{ $d:= .Format "Jan, 2 2006" }} + {{ $d:= .Format "Jan 2, 2006" }} {{ end }}