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