diff --git a/themes/nluug/layouts/index.xml b/themes/nluug/layouts/index.xml
index 8f4c14d..cac1f9f 100644
--- a/themes/nluug/layouts/index.xml
+++ b/themes/nluug/layouts/index.xml
@@ -6,7 +6,7 @@
{{ .Site.Params.description }}
{{ absURL "" }}
{{ $language | default "en" }}
- Copyright {{ now.Format "2006"}}, {{ $author }}
+ Copyright {{ now.Format "2006"}}, {{ .Site.Title }}
{{ .Site.Lastmod.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
{{ with .Site.Params.webmaster }}
{{ . }}
@@ -17,10 +17,10 @@
-
{{ .Title }}
{{ .Permalink }}
- {{ .Content | plainify }}
+ {{ .Content | html }}
{{- if .Params.Author -}}
{{- $author := index .Site.Data.authors .Params.author -}}
- {{ $author.email }} ({{ $author.name }})
+ {{ $author.email | default "website@nluug.nl" }} ({{ $author.name }})
{{- else -}}
website@nluug.nl (NLUUG webmasters)
{{- end -}}