summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/index.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-04 11:10:40 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-04 11:10:40 -0600
commit5794ce299e0283ed98e102ee1faaeaf86206f588 (patch)
tree6c2ffac2181f1564cd5e837aecff08681c2a8b62 /src/pyssg/plt/index.html
parent655e3c6fb7b13659e15b30e96b6c943d48170a71 (diff)
change syntax for accessing config variable
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 09ca786..d061625 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.get('url', 'static')}}">
- <title>Index -- {{config.get('info', 'title')}}</title>
+ <base href="{{config['url']['static']}}">
+ <title>Index -- {{config['info']['title']}}</title>
</head>
<body>
- <h1>Index -- {{config.get('info', 'title')}}</h1>
+ <h1>Index -- {{config['info']['title']}}</h1>
<p>Some text here.</p>
<p>Tags: