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/root_index.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pyssg.xyz/plt/root_index.html (limited to 'pyssg.xyz/plt/root_index.html') diff --git a/pyssg.xyz/plt/root_index.html b/pyssg.xyz/plt/root_index.html new file mode 100644 index 0000000..73cd8a0 --- /dev/null +++ b/pyssg.xyz/plt/root_index.html @@ -0,0 +1,31 @@ +{%extends "base.html"%} +{%block html_lang%}{{config['lang']}}{%endblock html_lang%} +{%block head_title%} +{{config['title']}} +{%endblock head_title%} +{%block head_description%} + +{%endblock head_description%} +{%block head_rss%} + +{%endblock head_rss%} +{%block head_og%} + + + + + + + +{%endblock head_og%} +{%block body_content%} +

{{config['info']['title']}}

+ +

+ Welcome to the official pyssg website. This is as of now serving as a testing ground when I'm making changes to it. +

+ +

+ Get the RSS feed: {{config['url']['main']}}/rss.xml +

+{%endblock body_content%} -- cgit v1.2.3-70-g09d2