hpr_generator/site.cfg

24 lines
527 B
INI
Raw Normal View History

# Configure the navigation menu and the content templates for each page
# of the site:
# [page_name]
# navigation: <name of navigation template>
# content: <name of page content template>
[index]
naviation: navigation-main.tpl.html
content: content-index.tpl.html
[about]
navigation: navigation-about.tpl.html
content: content-about.tpl.html
[correspondents]
navigation: navigation-about.tpl.html
content: content-correspondents.tpl.html
[contact]
navigation: navigation-about.tpl.html
content: content-contact.tpl.html