Add episodes page to configuration file
This commit is contained in:
parent
a23ca24bd6
commit
945ddc9939
7
site.cfg
7
site.cfg
@ -16,6 +16,10 @@ content: page.tpl.html
|
|||||||
|
|
||||||
# Configure the navigation menu and the content templates for each page
|
# Configure the navigation menu and the content templates for each page
|
||||||
# of the site:
|
# 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
|
# Configure filename if default name is not desired
|
||||||
# (Default is "ROOT/[page_name].html"):
|
# (Default is "ROOT/[page_name].html"):
|
||||||
@ -52,7 +56,7 @@ content: content-contact.tpl.html
|
|||||||
navigation: navigation-about.tpl.html
|
navigation: navigation-about.tpl.html
|
||||||
content: content-correspondent.tpl.html
|
content: content-correspondent.tpl.html
|
||||||
multipage: true
|
multipage: true
|
||||||
filename: correspondents/[id]/index.html
|
filename: correspondents/[id].html
|
||||||
|
|
||||||
[series]
|
[series]
|
||||||
navigation: navigation-get-shows.tpl.html
|
navigation: navigation-get-shows.tpl.html
|
||||||
@ -69,3 +73,4 @@ filename: series/[id].html
|
|||||||
navigation: navigation-get-shows.tpl.html
|
navigation: navigation-get-shows.tpl.html
|
||||||
content: content-episodes.tpl.html
|
content: content-episodes.tpl.html
|
||||||
filename: eps/index.html
|
filename: eps/index.html
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user