diff options
Diffstat (limited to 'blog/old/src/_footer.html')
-rw-r--r-- | blog/old/src/_footer.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/blog/old/src/_footer.html b/blog/old/src/_footer.html new file mode 100644 index 0000000..3325f24 --- /dev/null +++ b/blog/old/src/_footer.html @@ -0,0 +1,23 @@ + </main> + + <footer> + <i class="fas fa-envelope" alt="Email"></i> + Email + <a href="mailto:david@luevano.xyz"> + david@luevano.xyz + </a> + <br> + + <i class="fas fa-rss" alt="RSS"></i> + RSS + <a href="https://blog.luevano.xyz/rss.xml"> + https://blog.luevano.xyz/rss.xml + </a> + <br> + + <i class="fas fa-donate" alt="Donate"></i> + <a href="https://luevano.xyz/donate">Donate</a> + <a href="https://paypal.me/dlvna"><i class="fab fa-paypal" alt="Paypal"></i></a> + </footer> + </body> +</html> |