From 5b66f1f16337f2c898eb5e12dae5a7b47d4d2213 Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Sun, 27 Sep 2015 17:31:29 -0500 Subject: Updated gallery date format to be consistent with other date format code --- layouts/partials/gallery/item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/gallery/item.html b/layouts/partials/gallery/item.html index e5c6f31..6dc2198 100644 --- a/layouts/partials/gallery/item.html +++ b/layouts/partials/gallery/item.html @@ -1,7 +1,7 @@ {{ $url := $.Site.BaseURL }} {{ $image := .Params.image | urlize }} -{{ $date := dateFormat "Mon Jan 06, 2006" .Date }} +{{ $date := .Date.Format "Mon Jan 06, 2006" }} {{ $title := .Title }}
-- cgit v1.2.3