From 557d9f18a091b1423d5fc96d0bea37cbea95beb9 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Sun, 22 Feb 2026 00:10:26 +0100 Subject: [PATCH] fix: use .widget class for search and custom-html sidebar widgets The search and custom-html widget types were using a non-existent sidebar-widget class instead of the standard .widget class, causing them to lack the spacing, border, and background styling that all other widgets get. Updated all 4 sidebar containers. --- _includes/components/blog-sidebar.njk | 8 ++++---- _includes/components/cv-sidebar.njk | 8 ++++---- _includes/components/homepage-sidebar.njk | 8 ++++---- _includes/components/sidebar.njk | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/_includes/components/blog-sidebar.njk b/_includes/components/blog-sidebar.njk index 8bba7b4..c98a913 100644 --- a/_includes/components/blog-sidebar.njk +++ b/_includes/components/blog-sidebar.njk @@ -35,16 +35,16 @@ {% elif widget.type == "recent-comments" %} {% include "components/widgets/recent-comments.njk" %} {% elif widget.type == "search" %} -