diff --git a/_includes/author.html b/_includes/author.html index 658a35620f..3bf573795a 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -1,14 +1,15 @@ {% assign author = include.author %} + +{% include blog_super_title.html %} +
+
{% include author_picture.html %}
{% if author.author-summary %} -
-
Blog
-

{{ author.name }}

-
+

{{ author.name }}

{% endif %}
@@ -18,7 +19,6 @@

{{ author.name }}

{% else %}
-

Blog

{{ author.name }}

{% endif %} diff --git a/_includes/author_list.html b/_includes/author_list.html index efcf983d04..ef41b85dad 100644 --- a/_includes/author_list.html +++ b/_includes/author_list.html @@ -1,6 +1,6 @@ {% assign currentAuthorName = include.currentAuthorName %}
-

Authors

+

Authors