diff options
-rw-r--r-- | _layouts/post.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 147f1e0b8..3248585f8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,11 +1,10 @@ --- layout: page --- -{% assign author = site.authors[page.author] %} <div class="post"> <div class="blog-post-header"> <h1 class="blog-title">{{ page.title }}</h1> - <p class="meta">by {{ author.display_name }}, on {{ page.date | date: "%d %B %Y" }}</p> + <p class="meta">by {{ page.author }}, on {{ page.date | date: "%d %B %Y" }}</p> </div> {{ content }} |