Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 376 Bytes

File metadata and controls

17 lines (14 loc) · 376 Bytes
title Page without sidebar
subtitle Demo page without the sidebar
layout page
show_sidebar false

This is another sample page showing how a page can look without a sidebar.

To hide the sidebar, set the show_sidebar to false in the page's frontmatter

title: Page without sidebar
subtitle: Demo page without the sidebar
layout: page
show_sidebar: false