summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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 -->