1
0
forked from HPR/hpr_generator

Configure root template page in config file

Currently the root template is page.tpl.html.
This commit is contained in:
2022-06-29 11:03:32 -04:00
parent e19e34a60a
commit dd8b9b655b
2 changed files with 9 additions and 4 deletions

View File

@@ -6,6 +6,11 @@ driver: dbi:SQLite:hpr.db
user:
password:
# Configure the root template page which pulls in the navigation and
# content templates used by each page.
[root_template]
content: page.tpl.html
# Configure the navigation menu and the content templates for each page
# of the site:
# [page_name]