From d0c371a0f91f6de7269ad08ac78b39baab2af6d7 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Fri, 31 Oct 2025 09:59:00 -0400 Subject: [PATCH] Add arrow icon path to generator templates path --- site.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.cfg b/site.cfg index 8ab7af0..16904de 100644 --- a/site.cfg +++ b/site.cfg @@ -10,7 +10,7 @@ driver: dbi:SQLite:hpr.db # Configure the location of the templates and the generated HTML [app_paths] -templates_path: ./templates +templates_path: ./templates:./public_html/images/icons output_path: ./public_html # Configure the root template page which pulls in the navigation and