Waar mogelijk de time-tag toegepast

This commit is contained in:
Michael Boelen 2023-05-24 00:54:58 +02:00
parent 85be78cff4
commit 6659fc3378
4 changed files with 7 additions and 7 deletions

View file

@ -27,7 +27,7 @@
<tbody>
{{ range first 20 $byLastMod }}
<tr>
<td>{{ .Lastmod | dateFormat "2006-01-02 15:04:05" }}</td>
<td><time datetime="{{ .Lastmod | dateFormat "2006-01-02T15:04:05" }}">{{ .Lastmod | dateFormat "2006-01-02 15:04:05" }}</a></td>
<td><a href="{{ .RelPermalink }}">{{ .Title }}</a></td>
{{ if .Site.IsServer }}
<td>{{ with .File }}{{ .Lang }}{{ end }}</td>