From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- plt/body/footer.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 plt/body/footer.html (limited to 'plt/body/footer.html') diff --git a/plt/body/footer.html b/plt/body/footer.html new file mode 100644 index 0000000..32dcaf0 --- /dev/null +++ b/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 -- cgit v1.2.3-54-g00ecf