From 53a18556cc76e9869671be715c675e19b1bfe03d Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Thu, 1 Jun 2023 23:49:29 +0200 Subject: [PATCH] Fix link to homepage in sidebar This fixes an issue when the website is deployed to a subdirectory of the web server (e.g., `SITEURL` is set to a value like `https://example.com/john.doe/`). --- templates/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sidebar.html b/templates/sidebar.html index 6b36e04..261f3e7 100644 --- a/templates/sidebar.html +++ b/templates/sidebar.html @@ -3,7 +3,7 @@