diff --git a/themes/nluug/layouts/stats-for-nerds/single.html b/themes/nluug/layouts/stats-for-nerds/single.html
index b74b2a3..08dd5ed 100644
--- a/themes/nluug/layouts/stats-for-nerds/single.html
+++ b/themes/nluug/layouts/stats-for-nerds/single.html
@@ -1,13 +1,11 @@
{{ define "main" }}
-
-
Website basis
Titel: {{ .Site.Title }}
Hugo-versie: {{ hugo.Version }}
Laatste wijzigingen binnen website
-Moment van bouwen {{ now }}
+Moment van bouwen = {{ now }}
Laatste wijziging op de website {{ .Site.LastChange }}
@@ -20,16 +18,18 @@ Aantal secties: {{ .Site.Sections }}
Laatste wijzigingen van deze pagina
.Date = {{ .Date }}
-.ExpiryDate = {{ .ExpiryDate}}
+.ExpiryDate = {{ .ExpiryDate }}
.PublishDate = {{ .PublishDate }}
-.Lastmod = {{ .Lastmod. }}
+.Lastmod = {{ .Lastmod }}
Is deze pagina vertaald? {{ .IsTranslated }}
Git
-{{.GitInfo | jsonify}}
+{{ if .GitInfo }}
+{{ .GitInfo | jsonify }}
+{{ end }}
Datum en tijd
{{ if .GitInfo }}