From db4b3736d4f45137a733ce5eb1e50aec968ca1d2 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 13 Dec 2022 00:11:16 -0600 Subject: update pyssg.xyz site files --- pyssg.xyz/plt/base.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 pyssg.xyz/plt/base.html (limited to 'pyssg.xyz/plt/base.html') diff --git a/pyssg.xyz/plt/base.html b/pyssg.xyz/plt/base.html new file mode 100644 index 0000000..8f9fbdc --- /dev/null +++ b/pyssg.xyz/plt/base.html @@ -0,0 +1,44 @@ + + + + + + + + {%block head_title%}{%endblock head_title%} + {%block head_description%}{%endblock head_description%} + {%block head_rss%}{%endblock head_rss%} + + + + + + + + + + + > + {%block head_extra%}{%endblock head_extra%} + + + {%block head_og%}{%endblock head_og%} + + + +
+ {%import "body_header.html" as body_header%} + {{body_header.print(config)}} +
+ +
+ {%block body_content%}{%endblock body_content%} +
+ + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf