diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 7e8a75d..949f076 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -12,6 +12,7 @@ 名称 序列 创建日期 + 最后修改日期 {{ range (where .Data.Pages "Section" "!=" "") }} @@ -29,6 +30,7 @@ {{ end }} {{ .Date.Format "2006/01/02" }} + {{ .Lastmod.Format "2006/01/02" }} {{ end }}