mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Don't render section pages for posts,pages,extra
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "Extra Content"
|
title = "Extra Content"
|
||||||
insert_anchor = "left"
|
insert_anchor = "left"
|
||||||
|
render = false
|
||||||
+++
|
+++
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
+++
|
+++
|
||||||
title = "Pages"
|
title = "Pages"
|
||||||
|
render = false
|
||||||
+++
|
+++
|
||||||
|
|||||||
@@ -2,4 +2,5 @@
|
|||||||
title = "Posts"
|
title = "Posts"
|
||||||
sort_by = "order"
|
sort_by = "order"
|
||||||
insert_anchor = "left"
|
insert_anchor = "left"
|
||||||
|
render = false
|
||||||
+++
|
+++
|
||||||
|
|||||||
Reference in New Issue
Block a user