diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 39179ed..6a88d08 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -16,6 +16,15 @@
{{ else }}
{{ end }}
+ {{ with .Params.author | default .Site.Params.author }}
+
+ {{ end }}
{{ partial "site-style.html" . }}
{{ partial "site-scripts.html" . }}