From b262292b43e57c7b3534ad8b252a828b53ff49e1 Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Wed, 27 Apr 2022 00:45:26 -0600
Subject: change to reflect pyssg changes

---
 art/plt/base.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'art/plt/base.html')

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 -->
-- 
cgit v1.2.3-70-g09d2