From df3c3285d61106213db4b45d1e9d22163f89f439 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Tue, 4 Feb 2025 22:09:32 +1100 Subject: [PATCH] Fixed bad reference for default sidebar --- layouts/partials/sidebar-for-bayou/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/sidebar-for-bayou/sidebar.html b/layouts/partials/sidebar-for-bayou/sidebar.html index 69c1d8d..82ca82b 100644 --- a/layouts/partials/sidebar-for-bayou/sidebar.html +++ b/layouts/partials/sidebar-for-bayou/sidebar.html @@ -7,7 +7,7 @@ {{ if templates.Exists "partials/sidebar.html" }} {{ partial "sidebar.html" . }} {{ else }} - {{ partial "sidebar-for-tiny-theme/recommendations.html" . }} + {{ partial "sidebar-for-bayou/recommendations.html" . }} {{ end }} {{ end -}} \ No newline at end of file