mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Don't render chapter pages
Disabling the rendering completely is not possible, so we instead redirect to a 404 page.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Posts"
|
title = "Chapters"
|
||||||
sort_by = "weight"
|
|
||||||
insert_anchor_links = "left"
|
insert_anchor_links = "left"
|
||||||
render = false
|
render = false
|
||||||
page_template = "edition-3/raw.html"
|
page_template = "redirect-to-404.html"
|
||||||
+++
|
+++
|
||||||
|
|||||||
Reference in New Issue
Block a user