From 74b65dd83f7c66d1f67f961b1fee65400b1fc334 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Mon, 18 Nov 2024 23:18:18 +0300 Subject: Фикс темы под мобильные устройства MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/neonxp/layouts/partials/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/neonxp/layouts/partials/list.html') diff --git a/themes/neonxp/layouts/partials/list.html b/themes/neonxp/layouts/partials/list.html index 3b1bacc..72d546c 100644 --- a/themes/neonxp/layouts/partials/list.html +++ b/themes/neonxp/layouts/partials/list.html @@ -3,7 +3,7 @@ {{ .LinkTitle }} {{ if .Date }} - {{- .Date | time.Format (or .Site.Params.dateFormat.published "Jan 02, 2006") -}} + {{- .Date | time.Format (or .Site.Params.dateFormat.published "02 Jan 2006") -}} {{ end }} -- cgit v1.2.3