From 1eedf1547af624c7ea49ee26a0ccddd205fc7f87 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Fri, 20 Jan 2023 12:34:56 +0100 Subject: [PATCH] fix --- app/models/communication/website/page/sitemap.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/models/communication/website/page/sitemap.rb b/app/models/communication/website/page/sitemap.rb index 08f797fbe..b1c16f4ec 100644 --- a/app/models/communication/website/page/sitemap.rb +++ b/app/models/communication/website/page/sitemap.rb @@ -48,6 +48,14 @@ class Communication::Website::Page::Sitemap < Communication::Website::Page def draftable? false end + + def full_width + false + end + + def show_toc? + true + end def static_layout 'sitemap' -- GitLab