From abc0de079b895af1b705894eb2b63596e3e37274 Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Tue, 13 Dec 2022 20:44:08 -0600
Subject: add pyssg.xyz configs and templates

---
 pyssg.xyz/plt/base.html | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

(limited to 'pyssg.xyz/plt/base.html')

diff --git a/pyssg.xyz/plt/base.html b/pyssg.xyz/plt/base.html
index 8f9fbdc..d5cb77b 100644
--- a/pyssg.xyz/plt/base.html
+++ b/pyssg.xyz/plt/base.html
@@ -9,27 +9,22 @@
     {%block head_title%}{%endblock head_title%}
     {%block head_description%}{%endblock head_description%}
     {%block head_rss%}{%endblock head_rss%}
-
     <!-- general style -->
     <link rel="stylesheet" type="text/css" href="css/style.css">
     <link rel="stylesheet" type="text/css" href="fork-awesome/css/fork-awesome.min.css">
     <link rel="stylesheet" type="text/css" href="font-awesome/css/all.min.css">
-
     <!-- theme related -->
     <script type="text/javascript" src="scripts/theme.js"></script>
     <link id="theme-css" rel="stylesheet" type="text/css" href="css/theme.css">
-
-    <!-- extra -->>
+    <!-- extra -->
     {%block head_extra%}{%endblock head_extra%}
-
     <!-- og meta -->
     {%block head_og%}{%endblock head_og%}
   </head>
 
   <body>
     <header>
-      {%import "body_header.html" as body_header%}
-      {{body_header.print(config)}}
+      {%block body_header%}{%endblock body_header%}
     </header>
 
     <main>
@@ -37,8 +32,7 @@
     </main>
 
     <footer>
-      {%import "body_footer.html" as body_footer%}
-      {{body_footer.print(config)}}
+      {%block body_footer%}{%endblock body_footer%}
     </footer>
   </body>
 </html>
\ No newline at end of file
-- 
cgit v1.2.3-70-g09d2