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 }}