Remove last modification from list template

This commit is contained in:
Zhang Liang 2018-03-05 10:32:37 +08:00
parent 47ccb02c78
commit 71dc0c38d2

View File

@ -12,7 +12,6 @@
<th>名称</th> <th>名称</th>
<th>序列</th> <th>序列</th>
<th>创建日期</th> <th>创建日期</th>
<th>最后修改日期</th>
</tr> </tr>
{{ range (where .Data.Pages "Section" "!=" "") }} {{ range (where .Data.Pages "Section" "!=" "") }}
<tr> <tr>
@ -26,7 +25,6 @@
{{ end }} {{ end }}
</td> </td>
<td>{{ .Date.Format "2006/01/02" }}</td> <td>{{ .Date.Format "2006/01/02" }}</td>
<td>{{ .Lastmod.Format "2006/01/02" }}</td>
</tr> </tr>
{{ end }} {{ end }}
</table> </table>