From 3bd6399c5e2e5807de11e3d57cc791bbf06409e0 Mon Sep 17 00:00:00 2001 From: Chin-Yun Yu Date: Mon, 7 Oct 2024 12:13:41 +0800 Subject: [PATCH] fix: incorrect indentation --- _includes/author-profile.html | 171 +++++++++++++--------------------- 1 file changed, 65 insertions(+), 106 deletions(-) diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 3336f4b75dd7f..afbfbe424108a 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -1,17 +1,16 @@ {% include base_path %} {% if page.author and site.data.authors[page.author] %} -{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.author %} + {% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.author %} {% endif %}
{% if author.avatar contains "://" %} - {{ author.name }} + {{ author.name }} {% else %} - {{ author.name }} + {{ author.name }} {% endif %}
@@ -26,174 +25,134 @@

{{ author.name }}

- \ No newline at end of file +