summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/index.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-04-17 02:13:36 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-04-17 02:13:36 -0600
commit3c0691df1b7ff1fd04e22ab6055e84cc2137504e (patch)
treedded20edb6c37f2b6904447684db693fcddf16a7 /src/pyssg/plt/index.html
parentf203d11cff37d6809396d0ea39bf53abe9bad182 (diff)
refactor config handler and morev0.6.0
Refactored the configuration handling to use configparser; also the argument parser; generally added more 'logging'; updated template resources; and more minor things
Diffstat (limited to 'src/pyssg/plt/index.html')
-rw-r--r--src/pyssg/plt/index.html6
1 files changed, 3 insertions, 3 deletions
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 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <base href="{{config.static_url}}">
- <title>Index -- {{config.title}}</title>
+ <base href="{{config.get('url', 'static')}}">
+ <title>Index -- {{config.get('info', 'title')}}</title>
</head>
<body>
- <h1>Index -- {{config.title}}</h1>
+ <h1>Index -- {{config.get('info', 'title')}}</h1>
<p>Some text here.</p>
<p>Tags: