From 299c13cb9f92526225aad6617ca39ce1e3c66ae7 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Mon, 23 Jun 2025 19:10:22 +0000 Subject: [PATCH] fix: add right-sidebar --- layouts/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/index.html b/layouts/index.html index 3b81abf..4b543b6 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -24,3 +24,7 @@ {{- partial "pagination.html" . -}} {{- partial "footer/footer" . -}} {{ end }} + +{{ define "right-sidebar" }} + {{ partial "sidebar/right.html" (dict "Context" . "Scope" "homepage") }} +{{ end }} \ No newline at end of file