diff --git a/_includes/blog_post.html b/_includes/blog_post.html index f960292a..a6978d12 100644 --- a/_includes/blog_post.html +++ b/_includes/blog_post.html @@ -1,5 +1,4 @@ {% assign page = include.page %} -{% assign author = site.data.authors[page.author] %}
{{ page.title }} on {{ page.date | date: "%B %e, %Y" }} by {{ author.name }}
+{{ page.title }} on {{ page.date | date: "%B %e, %Y" }} by {{ page.author.name }}
{% endfor %}