summaryrefslogtreecommitdiff
path: root/art/plt/base.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-04-27 00:45:26 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-04-27 00:45:26 -0600
commitb262292b43e57c7b3534ad8b252a828b53ff49e1 (patch)
tree3e315ab41ec53465eceb8142a513067775221bd1 /art/plt/base.html
parent9eee2f99e96320ed15e3f198bdaa86eb1422bbdb (diff)
change to reflect pyssg changes
Diffstat (limited to 'art/plt/base.html')
-rw-r--r--art/plt/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/art/plt/base.html b/art/plt/base.html
index 411b410..fe838e1 100644
--- a/art/plt/base.html
+++ b/art/plt/base.html
@@ -2,12 +2,12 @@
<html class="theme-dark" lang="{%block html_lang%}{%endblock html_lang%}"
prefix="og: https://ogp.me/ns#">
<head>
- <base href="{{config.static_url}}">
+ <base href="{{config.get("url", "static")}}">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <title>{%block head_title%}{%endblock head_title%} -- {{config.title}}</title>
+ <title>{%block head_title%}{%endblock head_title%} -- {{config.get("info", "title")}}</title>
<meta name="description" content"{%block head_description%}{%endblock head_description%}"/>
- <link rel="alternate" type="application/rss+xml" href="{{config.url}}/rss.xml" title="{{config.title}} RSS">
+ <link rel="alternate" type="application/rss+xml" href="{{config.get("url", "main")}}/rss.xml" title="{{config.get("info", "title")}} RSS">
<link rel="icon" href="images/icons/favicon.ico">
<!-- general style -->