From c050f1322d7408dd2643b32887e3a6e60d4132b8 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 6 Nov 2017 16:01:23 -0500 Subject: [PATCH] Fix indenting --- docs/_includes/author-profile.html | 456 ++++++++++++++--------------- 1 file changed, 228 insertions(+), 228 deletions(-) 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 %} -
- -
- - +