summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-19 18:32:38 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-19 18:32:38 -0400
commitd8203edb7a671b5d386ab7236ed26f4532db99a4 (patch)
tree4583a2b995bf3d01ae29f8ea2cc0b3a98196e605
parentfe18dbde410246dd6273bb1c15c330493e597e16 (diff)
templates: add footer.tmpl
-rw-r--r--templates/footer.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/footer.tmpl b/templates/footer.tmpl
new file mode 100644
index 0000000..cd6831b
--- /dev/null
+++ b/templates/footer.tmpl
@@ -0,0 +1,9 @@
+<div class="footer-container">
+ <div class="footer">
+ <div class="logo-container">
+ <a href="/about">
+ <img src="/static/logo/peach-180.png" alt="[ peach logo ]" />
+ </a>
+ </div>
+ </div>
+</div> <!-- footer container end -->