forked from rho_n/hpr_generator
Add episodes page to configuration file
This commit is contained in:
parent
a23ca24bd6
commit
945ddc9939
9
site.cfg
9
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 <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
|
||||
@ -68,4 +72,5 @@ filename: series/[id].html
|
||||
[episodes]
|
||||
navigation: navigation-get-shows.tpl.html
|
||||
content: content-episodes.tpl.html
|
||||
filename: eps/index.html
|
||||
filename: eps/index.html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user