diff --git a/_layouts/home.html b/_layouts/home.html
index bb558f8..22ca973 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -9,8 +9,13 @@ layout: default
{% for post in site.posts %}
-
- {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}
- {{ post.date | date: date_format }}
+
+ {% if post.author %}
+ {{ post.author }} •
+ {% endif %}
+ {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}
+ {{ post.date | date: date_format }}
+