diff --git a/docs/_includes/author-profile.html b/docs/_includes/author-profile.html index e8dca9e3..55ddae20 100644 --- a/docs/_includes/author-profile.html +++ b/docs/_includes/author-profile.html @@ -1,249 +1,249 @@ {% if page.author and site.data.authors[page.author] %} -{% assign author = site.data.authors[page.author] %} + {% assign author = site.data.authors[page.author] %} {% else %} -{% assign author = site.author %} + {% assign author = site.author %} {% endif %}
-{% if author.avatar %} -
- {% if author.avatar contains "://" %} - {{ author.name }} - {% else %} - {{ author.name }} + {% if author.avatar %} +
+ {% if author.avatar contains "://" %} + {{ author.name }} + {% else %} + {{ author.name }} + {% endif %} +
+ {% endif %} + +
+

{{ author.name }}

+ {% if author.bio %} +

+ {{ author.bio }} +

{% endif %}
-{% endif %} -
-

{{ author.name }}

- {% if author.bio %} -

- {{ author.bio }} -

- {% endif %} -
- -
- - +