670 B
670 B
title, sidebar, sidebarlogo, include_footer
| title | sidebar | sidebarlogo | include_footer |
|---|---|---|---|
| Single page | true | fresh-white | false |
Creating a single page
Single pages displays a single unit of information and are more or less independent from the landing page above.
You can create single pages in the content directory (even sub-dirs are possible).
If you'd like to have the footer displayed on your single page include include_footer: true in your front matter.
Code
---
title: AGB
sidebar: true # or false to display the sidebar
sidebarlogo: fresh-white-alt # From (static/images/logo/)
include_footer: true # or false to display the footer
---