From abc0de079b895af1b705894eb2b63596e3e37274 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 13 Dec 2022 20:44:08 -0600 Subject: add pyssg.xyz configs and templates --- pyssg.xyz/plt/body/footer.html | 33 +++++++++++++++++++++++++++++++++ pyssg.xyz/plt/body/header.html | 21 +++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 pyssg.xyz/plt/body/footer.html create mode 100644 pyssg.xyz/plt/body/header.html (limited to 'pyssg.xyz/plt/body') diff --git a/pyssg.xyz/plt/body/footer.html b/pyssg.xyz/plt/body/footer.html new file mode 100644 index 0000000..32dcaf0 --- /dev/null +++ b/pyssg.xyz/plt/body/footer.html @@ -0,0 +1,33 @@ +{%macro contact(config)%} + + + Contact + +{%endmacro%} + +{%macro donate(config)%} + + + Donate + +{%endmacro%} + +{%macro rss(config)%} + + + RSS + +{%endmacro%} + +{%macro created_with()%} + + + Created with pyssg + +{%endmacro%} + +{%macro copyright()%} + + Copyright 2023 David Luévano Alvarado + +{%endmacro%} \ No newline at end of file diff --git a/pyssg.xyz/plt/body/header.html b/pyssg.xyz/plt/body/header.html new file mode 100644 index 0000000..9b38511 --- /dev/null +++ b/pyssg.xyz/plt/body/header.html @@ -0,0 +1,21 @@ +{%macro print(config)%} + + + +{%endmacro%} \ No newline at end of file -- cgit v1.2.3-54-g00ecf