diff --git a/_includes/author_picture.html b/_includes/author_picture.html index 438e524096..54eeba90dd 100644 --- a/_includes/author_picture.html +++ b/_includes/author_picture.html @@ -1,5 +1,11 @@ {% if author.picture %} - {% if post.author %} + {% if author-id %} + {{ author.name }} + {% elsif post.author %} - {{ author.name }} + {% include author_picture.html author-id=author-id %}