From 9bcd2650aefb8ee789b4f77d322be895350851ab Mon Sep 17 00:00:00 2001 From: Mivinci <1366723936@qq.com> Date: Fri, 29 Oct 2021 00:03:48 +0800 Subject: [PATCH] feature: hidding date in the home page --- layouts/partials/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/list.html b/layouts/partials/list.html index f6c98fa..f8211e0 100644 --- a/layouts/partials/list.html +++ b/layouts/partials/list.html @@ -1,5 +1,5 @@
-{{ if .Params.displayDate }} +{{ if .Site.Params.displayDate }}
{{ dateFormat .Site.Params.timeformat .Date }}
{{ end }} {{ .Title }}