diff --git a/app/views/admin/communication/websites/categories/static.html.erb b/app/views/admin/communication/websites/categories/static.html.erb
index a48ec0c9851cd15865c8484572e88e42031ee0ef..21d8a6f55435e9388b73cffa8ec714488c1060b6 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 %>