Dont insert time into lists
This commit is contained in:
parent
b9c1a03e5f
commit
a7630c3c53
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
</td>
|
||||
|
||||
<td>
|
||||
<time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>{{ .Date.Format "Jan 2, 2006"}}</time>
|
||||
<time datetime='{{ .Date.Format "2006-01-02" }}'>{{ .Date.Format "Jan 2, 2006"}}</time>
|
||||
</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue