diff --git a/_layouts/post.html b/_layouts/post.html index 4ee44e7..cc5a2fb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -28,9 +28,9 @@ {% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %} {% endif %} {% if author.avatar contains 'http' %} - {{ author.name }} bio photo + {% else %} - {{ author.name }} bio photo + {% endif %} By {{ author.name }}