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"
|
||||
sort_by = "weight"
|
||||
title = "Chapters"
|
||||
insert_anchor_links = "left"
|
||||
render = false
|
||||
page_template = "edition-3/raw.html"
|
||||
page_template = "redirect-to-404.html"
|
||||
+++
|
||||
|
||||
Reference in New Issue
Block a user