Add episodes page to configuration file

This commit is contained in:
Roan Horning 2022-08-06 10:51:32 -04:00
parent a23ca24bd6
commit 945ddc9939
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -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 <name of navigation template>
# content: REQUIRED <name of page content template>
# 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
@ -69,3 +73,4 @@ filename: series/[id].html
navigation: navigation-get-shows.tpl.html
content: content-episodes.tpl.html
filename: eps/index.html