From 33b7de94570f9ffc6cffe5916a891b6885108175 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Mon, 26 Jan 2026 23:59:40 +0100 Subject: [PATCH] refactor: use `.Site.Home.RelPermalink` for home page links in the sidebar (#1248) refactor: use `.Site.Home.RelPermalink` for home page links in the sidebar. --- layouts/_partials/sidebar/left.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_partials/sidebar/left.html b/layouts/_partials/sidebar/left.html index 9514414..eb0d0f5 100644 --- a/layouts/_partials/sidebar/left.html +++ b/layouts/_partials/sidebar/left.html @@ -9,7 +9,7 @@ {{ with .Site.Params.sidebar.avatar }} {{- $avatar := partial "helper/image" (dict "Image" . "Resources" resources) -}}
- + -

{{ .Site.Title }}

+

{{ .Site.Title }}

{{ .Site.Params.sidebar.subtitle }}