diff --git a/_layouts/post.html b/_layouts/post.html
index 841297d..1f21920 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -6,7 +6,7 @@ layout: default
-
{{site.name}} · {{ page.date | date: "%B %e, %Y" }}
+
{{site.author}} · {{ page.date | date: "%B %e, %Y" }}
{% if page.last_modified_at %}
(Updated: {{ page.last_modified_at | date: "%b %-d, %Y" }})
{% endif %}