diff --git a/themes/nluug/layouts/custom/latest-changes.html b/themes/nluug/layouts/custom/latest-changes.html index 952caea..bc110ac 100644 --- a/themes/nluug/layouts/custom/latest-changes.html +++ b/themes/nluug/layouts/custom/latest-changes.html @@ -20,7 +20,7 @@ {{ range first 50 $byLastMod }} {{ .Lastmod | dateFormat "2006-01-02 15:04:05" }} - {{ .Title }} + {{ .Title | default .Site.Params.textNoTitle }} {{ if .Site.IsServer }} {{ with .File }}{{ .Lang }}{{ end }} {{ with .File }}{{ .Path }}{{ end }}