summaryrefslogtreecommitdiff
path: root/pyssg.xyz/plt/body_footer.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-13 20:44:08 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-13 20:44:08 -0600
commitabc0de079b895af1b705894eb2b63596e3e37274 (patch)
treec51d24dce55da8d9b227cbac6c2ef64a59d8e9dc /pyssg.xyz/plt/body_footer.html
parentdb4b3736d4f45137a733ce5eb1e50aec968ca1d2 (diff)
add pyssg.xyz configs and templates
Diffstat (limited to 'pyssg.xyz/plt/body_footer.html')
-rw-r--r--pyssg.xyz/plt/body_footer.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/pyssg.xyz/plt/body_footer.html b/pyssg.xyz/plt/body_footer.html
deleted file mode 100644
index 1bcf4c6..0000000
--- a/pyssg.xyz/plt/body_footer.html
+++ /dev/null
@@ -1,27 +0,0 @@
-{%macro print(config)%}
-<span>
- <i class="fas fa-address-card" alt="Contact"></i>
- <a href="{{config['url']['main']}}/contact.html">Contact</a>
-</span>
-
-<span>
- <i class="fas fa-donate" alt="Donate"></i>
- <a href="{{config['url']['main']}}/donate.html">Donate</a>
-</span>
-
-<span>
- <i class="fas fa-rss" alt="RSS"></i>
- <a target="_blank" href="{{config['url']['main']}}/rss.xml">RSS</a>
-</span>
-
-<br>
-<span class="created-with">
- <i class="fas fa-hammer" alt="Hammer"></i>
- Created with <a href="https://github.com/luevano/pyssg">pyssg</a>
-</span>
-
-<br>
-<span class="copyright">
- Copyright <i class="far fa-copyright" alt="Copyright"></i> 2023 David Luévano Alvarado
-</span>
-{%endmacro%} \ No newline at end of file