Add arrow icon path to generator templates path

This commit is contained in:
2025-10-31 09:59:00 -04:00
parent 466ef289b1
commit d0c371a0f9

View File

@@ -10,7 +10,7 @@ driver: dbi:SQLite:hpr.db
# Configure the location of the templates and the generated HTML # Configure the location of the templates and the generated HTML
[app_paths] [app_paths]
templates_path: ./templates templates_path: ./templates:./public_html/images/icons
output_path: ./public_html output_path: ./public_html
# Configure the root template page which pulls in the navigation and # Configure the root template page which pulls in the navigation and