From aa9deae6a9ba7b428f1b00eb833fed601ebd7d80 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 2 Apr 2026 19:51:47 +0000 Subject: [PATCH] replace: header --- layouts/partials/sidebar/left.html | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/layouts/partials/sidebar/left.html b/layouts/partials/sidebar/left.html index 096fcf1..d60285e 100644 --- a/layouts/partials/sidebar/left.html +++ b/layouts/partials/sidebar/left.html @@ -6,6 +6,30 @@
+ {{ 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 -}}