mirror of
https://github.com/yihui/hugo-xmin.git
synced 2024-11-23 00:49:19 +02:00
Remove last modification from list template
This commit is contained in:
parent
47ccb02c78
commit
71dc0c38d2
|
@ -12,7 +12,6 @@
|
|||
<th>名称</th>
|
||||
<th>序列</th>
|
||||
<th>创建日期</th>
|
||||
<th>最后修改日期</th>
|
||||
</tr>
|
||||
{{ range (where .Data.Pages "Section" "!=" "") }}
|
||||
<tr>
|
||||
|
@ -26,7 +25,6 @@
|
|||
{{ end }}
|
||||
</td>
|
||||
<td>{{ .Date.Format "2006/01/02" }}</td>
|
||||
<td>{{ .Lastmod.Format "2006/01/02" }}</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue