From 36fbf991c52eb1b8af03c5fed69efdf586ea3b8d Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Tue, 27 Dec 2022 15:09:25 +0100
Subject: [PATCH] fix

---
 .../admin/communication/websites/categories/static.html.erb     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/admin/communication/websites/categories/static.html.erb b/app/views/admin/communication/websites/categories/static.html.erb
index a48ec0c98..21d8a6f55 100644
--- a/app/views/admin/communication/websites/categories/static.html.erb
+++ b/app/views/admin/communication/websites/categories/static.html.erb
@@ -1,7 +1,7 @@
 ---
 title: "<%= @about.name %>"
 <%= render 'admin/application/static/permalink', forced_slug: @about.slug_with_ancestors_slugs %>
-<%= render 'admin/application/static/design', full_width: true, toc_present: false, toc_offcanvas: false %>
+<%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
 <% if @about.parent %>
 parent: "<%= @about.parent.path %>"
 <% end %>
-- 
GitLab