From 0542b5149c8287dca60e37f46ee36f31b43455e4 Mon Sep 17 00:00:00 2001
From: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date: Tue, 22 Mar 2022 21:12:16 +0800
Subject: [PATCH] fix: remove whitespace from avatar URL (#537)
Fix #537
---
_includes/sidebar.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index b4f676b..9d45a43 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -16,7 +16,7 @@
{{ site.avatar | relative_url }}
{% endif %}
{% endcapture %}
-
+
{% endif %}