diff --git a/themes/nluug/layouts/custom/latest-changes.html b/themes/nluug/layouts/custom/latest-changes.html index 14efab9..d9b33fa 100644 --- a/themes/nluug/layouts/custom/latest-changes.html +++ b/themes/nluug/layouts/custom/latest-changes.html @@ -1,18 +1,28 @@ {{ define "main" }}
Datum | +Titel | +Taal | +Bestandsnaam | +|
---|---|---|---|---|
{{ .Lastmod }} | +{{ .Lastmod | dateFormat "2006-01-02 15:04:05" }} | {{ .Title }} | {{ with .File }}{{ .Lang }}{{ end }} | {{ with .File }}{{ .Path }}{{ end }} |