From 71dc0c38d2ee7cbf8726dcbdc1200b394a37caa5 Mon Sep 17 00:00:00 2001 From: Zhang Liang Date: Mon, 5 Mar 2018 10:32:37 +0800 Subject: [PATCH] Remove last modification from list template --- layouts/_default/list.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 63aa0b7..8cd0a52 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -12,7 +12,6 @@ 名称 序列 创建日期 - 最后修改日期 {{ range (where .Data.Pages "Section" "!=" "") }} @@ -26,7 +25,6 @@ {{ end }} {{ .Date.Format "2006/01/02" }} - {{ .Lastmod.Format "2006/01/02" }} {{ end }}