From f93e3847dbebc6842dda99b6a9be8ab23cedd175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C4=B1l=20=C4=B0=C5=9Fcan?= <110693718+sanburnu@users.noreply.github.com> Date: Thu, 23 Mar 2023 15:32:24 +0300 Subject: [PATCH] fix: Sidebar no avatar problem If the user had a name but no avatar there would be empty image tag on the previous version --- _includes/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 90e21fb..370da5d 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -3,7 +3,7 @@
- {% if sidebar.name %} + {% if sidebar.avatar %} profile picture {% endif %}