diff --git a/themes/aurelia-theme/layouts/partials/head.html b/themes/aurelia-theme/layouts/partials/head.html
index fa1de8b..fe07b03 100644
--- a/themes/aurelia-theme/layouts/partials/head.html
+++ b/themes/aurelia-theme/layouts/partials/head.html
@@ -3,7 +3,19 @@
-
{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}
+
+ {{- if .IsHome -}}
+ {{ site.Title }}
+ {{- else if eq .Type "authors" -}}
+ {{- if .IsSection -}}
+ Authors | {{ site.Title }}
+ {{- else -}}
+ {{ .Params.name }} | {{ site.Title }}
+ {{- end -}}
+ {{- else -}}
+ {{ printf "%s | %s" .Title site.Title }}
+ {{- end -}}
+
{{ if .IsNode }}
@@ -28,7 +40,7 @@
-
+
@@ -38,7 +50,7 @@
-
+
{{ with .Params.image }}