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:
Philipp Oppermann
2020-12-28 19:17:13 +01:00
parent b353866952
commit 376ce0ad95

View File

@@ -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"
+++