From bbdd3c79bbc920ee3510426f50c122f8d7850439 Mon Sep 17 00:00:00 2001 From: CDN18 Date: Sat, 6 May 2023 10:00:38 +0800 Subject: [PATCH] style: update date color --- layouts/partials/item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/item.html b/layouts/partials/item.html index 842c07a..4e32c32 100644 --- a/layouts/partials/item.html +++ b/layouts/partials/item.html @@ -6,7 +6,7 @@ {{ .Title }} {{ end }} {{ if .Site.Params.displayDate }} -
{{ .Date | time.Format (T "timeformat") }}
+
{{ .Date | time.Format (T "timeformat") }}
{{ end }} {{ if .Site.Params.displayDescription }}