From 3c0691df1b7ff1fd04e22ab6055e84cc2137504e Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 17 Apr 2022 02:13:36 -0600 Subject: refactor config handler and more Refactored the configuration handling to use configparser; also the argument parser; generally added more 'logging'; updated template resources; and more minor things --- src/pyssg/plt/page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pyssg/plt/page.html') diff --git a/src/pyssg/plt/page.html b/src/pyssg/plt/page.html index 2fc3943..15663fa 100644 --- a/src/pyssg/plt/page.html +++ b/src/pyssg/plt/page.html @@ -2,8 +2,8 @@ - - {{page.title}} -- {{config.title}} + + {{page.title}} -- {{config.get('info', 'title')}}

{{page.title}}

-- cgit v1.2.3-54-g00ecf