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