Don't render section pages for posts,pages,extra

This commit is contained in:
Philipp Oppermann
2017-06-09 17:43:58 +02:00
parent 4c09e9792b
commit 8140eb0e7c
3 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
+++
title = "Extra Content"
insert_anchor = "left"
render = false
+++

View File

@@ -1,3 +1,4 @@
+++
title = "Pages"
render = false
+++

View File

@@ -2,4 +2,5 @@
title = "Posts"
sort_by = "order"
insert_anchor = "left"
render = false
+++