summaryrefslogtreecommitdiff
path: root/blog/plt/base.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-04-27 00:28:44 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-04-27 00:28:44 -0600
commite065a0f8406c144d5a15c1268ea31a2e69190e7c (patch)
tree1b27b5aab3c75ff52d2224a01c6c378520136eb1 /blog/plt/base.html
parente1bcbb991be9a5e952c63a5328898b446efd7fd3 (diff)
final changes for pyssg update
Diffstat (limited to 'blog/plt/base.html')
-rw-r--r--blog/plt/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/blog/plt/base.html b/blog/plt/base.html
index cbf4e19..3c0e3c9 100644
--- a/blog/plt/base.html
+++ b/blog/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 -->