From fb170b6b40d785585fb9f2616ab3b7464933f046 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Fri, 7 Feb 2025 07:13:53 +1100 Subject: [PATCH] Renamed microhook and sidebar widgets --- ...icrohook-below-wrapper.html => microhook-after-content.html} | 0 .../partials/{sidebar-for-bayou => sidebar-widgets}/links.html | 0 .../{sidebar-for-bayou => sidebar-widgets}/recommendations.html | 0 .../{sidebar-for-bayou => sidebar-widgets}/sidebar.html | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename layouts/partials/{microhook-below-wrapper.html => microhook-after-content.html} (100%) rename layouts/partials/{sidebar-for-bayou => sidebar-widgets}/links.html (100%) rename layouts/partials/{sidebar-for-bayou => sidebar-widgets}/recommendations.html (100%) rename layouts/partials/{sidebar-for-bayou => sidebar-widgets}/sidebar.html (85%) diff --git a/layouts/partials/microhook-below-wrapper.html b/layouts/partials/microhook-after-content.html similarity index 100% rename from layouts/partials/microhook-below-wrapper.html rename to layouts/partials/microhook-after-content.html diff --git a/layouts/partials/sidebar-for-bayou/links.html b/layouts/partials/sidebar-widgets/links.html similarity index 100% rename from layouts/partials/sidebar-for-bayou/links.html rename to layouts/partials/sidebar-widgets/links.html diff --git a/layouts/partials/sidebar-for-bayou/recommendations.html b/layouts/partials/sidebar-widgets/recommendations.html similarity index 100% rename from layouts/partials/sidebar-for-bayou/recommendations.html rename to layouts/partials/sidebar-widgets/recommendations.html diff --git a/layouts/partials/sidebar-for-bayou/sidebar.html b/layouts/partials/sidebar-widgets/sidebar.html similarity index 85% rename from layouts/partials/sidebar-for-bayou/sidebar.html rename to layouts/partials/sidebar-widgets/sidebar.html index 82ca82b..ae23a6c 100644 --- a/layouts/partials/sidebar-for-bayou/sidebar.html +++ b/layouts/partials/sidebar-widgets/sidebar.html @@ -7,7 +7,7 @@ {{ if templates.Exists "partials/sidebar.html" }} {{ partial "sidebar.html" . }} {{ else }} - {{ partial "sidebar-for-bayou/recommendations.html" . }} + {{ partial "sidebar-widgets/recommendations.html" . }} {{ end }} {{ end -}} \ No newline at end of file