From 810df1f44ab1c08c4c22201867b5342394dc87b5 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 2 Apr 2026 19:57:18 +0000 Subject: [PATCH] fix: site-avatar --- layouts/partials/sidebar/left.html | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/layouts/partials/sidebar/left.html b/layouts/partials/sidebar/left.html index d60285e..087ec0d 100644 --- a/layouts/partials/sidebar/left.html +++ b/layouts/partials/sidebar/left.html @@ -6,33 +6,9 @@
- {{ with .Site.Params.sidebar.avatar }} - {{- $avatar := partial "helper/image" (dict "Image" . "Resources" resources "Context" $) -}} -
- - - - {{ with $.Site.Params.sidebar.emoji }} - {{ . }} - {{ end }} -
- {{ end }} - -
-

{{ .Site.Title }}

-

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

-
-
- - + {{- $page := . -}} {{- with .Site.Menus.social -}}