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/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pyssg/plt/index.html') diff --git a/src/pyssg/plt/index.html b/src/pyssg/plt/index.html index e06efdb..09ca786 100644 --- a/src/pyssg/plt/index.html +++ b/src/pyssg/plt/index.html @@ -2,11 +2,11 @@ - - Index -- {{config.title}} + + Index -- {{config.get('info', 'title')}} -

Index -- {{config.title}}

+

Index -- {{config.get('info', 'title')}}

Some text here.

Tags: -- cgit v1.2.3-54-g00ecf