diff --git a/themes/nluug/layouts/index.xml b/themes/nluug/layouts/index.xml
index 0c1846c..d0e32e6 100644
--- a/themes/nluug/layouts/index.xml
+++ b/themes/nluug/layouts/index.xml
@@ -20,9 +20,9 @@
{{ .Content | plainify }}
{{- if .Params.Author -}}
{{- $author := index .Site.Data.authors .Params.author -}}
- {{ $author.email }}
+ {{ $author.email }} ({{ $author.name }})
{{- else -}}
- website@nluug.nl
+ website@nluug.nl (NLUUG)
{{- end -}}
{{ .Permalink }}
{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}