diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 52668eb..d1f7328 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -3,7 +3,7 @@
{{- if site.Copyright }}
{{ site.Copyright | markdownify }}
{{- else }}
- © {{ now.Year }} {{ site.Title }}
+ © {{ now.Year }} {{ if site.Params.author }}{{ site.Params.author }}{{ else }}{{ site.Title }}{{ end }}
{{- end }}
Powered by