summaryrefslogtreecommitdiff
path: root/blog/old_newer/src/templates/common/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/old_newer/src/templates/common/footer.html')
-rw-r--r--blog/old_newer/src/templates/common/footer.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/blog/old_newer/src/templates/common/footer.html b/blog/old_newer/src/templates/common/footer.html
new file mode 100644
index 0000000..cba93cd
--- /dev/null
+++ b/blog/old_newer/src/templates/common/footer.html
@@ -0,0 +1,31 @@
+ </main>
+
+ <footer>
+ <span>
+ <i class="fas fa-address-card" alt="Contact"></i>
+ <a href="https://luevano.xyz/contact.html">Contact</a>
+ </span>
+
+ <span>
+ <i class="fas fa-donate" alt="Donate"></i>
+ <a href="https://luevano.xyz/donate.html">Donate</a>
+ </span>
+
+ <span>
+ <i class="fas fa-rss" alt="RSS"></i>
+ <a href="https://blog.luevano.xyz/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="fal fa-copyright" alt="Copyright"></i> 2021 David Luévano Alvarado
+ </span>
+ </footer>
+ </body>
+</html>