diff options
Diffstat (limited to 'pyssg.xyz/plt/body_footer.html')
-rw-r--r-- | pyssg.xyz/plt/body_footer.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/pyssg.xyz/plt/body_footer.html b/pyssg.xyz/plt/body_footer.html new file mode 100644 index 0000000..1bcf4c6 --- /dev/null +++ b/pyssg.xyz/plt/body_footer.html @@ -0,0 +1,27 @@ +{%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 |