From 945ddc9939386c39d5a90c55245b913e1749e3cb Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sat, 6 Aug 2022 10:51:32 -0400 Subject: [PATCH] Add episodes page to configuration file --- site.cfg | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/site.cfg b/site.cfg index 2334628..c239d65 100644 --- a/site.cfg +++ b/site.cfg @@ -16,6 +16,10 @@ content: page.tpl.html # Configure the navigation menu and the content templates for each page # of the site: +# +# [page_name] REQUIRED +# navigation: REQUIRED +# content: REQUIRED # Configure filename if default name is not desired # (Default is "ROOT/[page_name].html"): @@ -52,7 +56,7 @@ content: content-contact.tpl.html navigation: navigation-about.tpl.html content: content-correspondent.tpl.html multipage: true -filename: correspondents/[id]/index.html +filename: correspondents/[id].html [series] navigation: navigation-get-shows.tpl.html @@ -68,4 +72,5 @@ filename: series/[id].html [episodes] navigation: navigation-get-shows.tpl.html content: content-episodes.tpl.html -filename: eps/index.html \ No newline at end of file +filename: eps/index.html +