Skip to content

Commit 76da2e4

Browse files
authored
Make user guide docs full width for consistency (boostorg#1827)
1 parent b23c532 commit 76da2e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ def process_content(self, content):
642642
"docs_libs_placeholder.html", context, request=self.request
643643
)
644644
context["hide_footer"] = True
645+
context["full_width"] = True
645646
context["content"] = modernize_legacy_page(
646647
content,
647648
base_html,

0 commit comments

Comments
 (0)