summaryrefslogtreecommitdiff
path: root/blog/src/templates/common/footer.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-17 16:18:29 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-17 16:18:29 -0600
commitd8153a70dccc678d854ee0ff55bebe71f7c4417a (patch)
tree0ad3ed83a8471c23f0fed3524d966f7777338aa4 /blog/src/templates/common/footer.html
parentb70a8013e3ea900e9a41e9660ed776dbcc52ec6e (diff)
new blogging system pyssg
Diffstat (limited to 'blog/src/templates/common/footer.html')
-rw-r--r--blog/src/templates/common/footer.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/blog/src/templates/common/footer.html b/blog/src/templates/common/footer.html
new file mode 100644
index 0000000..1c1344e
--- /dev/null
+++ b/blog/src/templates/common/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.html">Donate</a>
+ <a href="https://paypal.me/dlvna"><i class="fab fa-paypal" alt="Paypal"></i></a>
+ </footer>
+ </body>
+</html>