From d40e2bc68ae28a3d87fbdd21b8dd13937d6a9ff6 Mon Sep 17 00:00:00 2001 From: Ronak J Vanpariya Date: Wed, 10 Jun 2020 20:52:53 +0530 Subject: Changes in date format Generates the wrong date --- layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 0c66d63..f8ae0f8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -36,7 +36,7 @@
{{.Title }}

{{ .Title }}

-

{{ .PublishDate.Format "January 06, 2006"}}

+

{{ .PublishDate.Format "January 6, 2006"}}

Read More
@@ -99,4 +99,4 @@ -{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.2.3