diff --git a/_layouts/post.html b/_layouts/post.html index ebde06e4f..51bc4684f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -13,6 +13,8 @@

{{ page.title }}

{% if author.gravatar %} {{ author.name }} + {% elsif author.github %} + {{ author.name }} {% else %} {{ author.name }} {% endif %}