From 308532719630c310a9c8ae20ae5f51b97dad39ab Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 14 May 2023 16:35:30 +0200 Subject: [PATCH] Eerste opmaak voor laatste wijzigingen --- .../nluug/layouts/custom/latest-changes.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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" }}

Laatste wijzigingen

- {{ $byLastMod := .Site.RegularPages.ByLastmod.Reverse }} + {{ $byLastMod := .Site.RegularPages.ByLastmod.Reverse }} - +
+ + + + + + + + + {{ range $byLastMod }} - + {{ end }} -
DatumTitelTaalBestandsnaam
{{ .Lastmod }}{{ .Lastmod | dateFormat "2006-01-02 15:04:05" }} {{ .Title }} {{ with .File }}{{ .Lang }}{{ end }} {{ with .File }}{{ .Path }}{{ end }}
+ +
{{ .Content }}
{{ end }}