diff --git a/_layouts/post.html b/_layouts/post.html index 6b19162..aefb8e4 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,7 +9,6 @@ layout: default {{ page.date | date: "%b %-d, %Y" }} {% if page.meta %} • {{ page.meta }}{% endif %} • Reading time: {{ content | reading_time }} - {% if page.author %} • {{ page.author }}{% endif %}
diff --git a/index.html b/index.html index 564fb0e..8db3f57 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,6 @@ layout: default {{ post.date | date: "%b %-d, %Y" }} {% if post.meta %} • {{ post.meta }}{% endif %} • Reading time: {{ post.content | reading_time }} - {% if post.author %} • {{ post.author }}{% endif %}