From 376ce0ad95c92a4aacf46f7df333d212871fddd3 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 28 Dec 2020 19:17:13 +0100 Subject: [PATCH] Don't render chapter pages Disabling the rendering completely is not possible, so we instead redirect to a 404 page. --- blog/content/edition-3/chapters/_index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/blog/content/edition-3/chapters/_index.md b/blog/content/edition-3/chapters/_index.md index 78f9f535..78b806c3 100644 --- a/blog/content/edition-3/chapters/_index.md +++ b/blog/content/edition-3/chapters/_index.md @@ -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" +++