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 +