summaryrefslogtreecommitdiffstats
path: root/templates/about.tmpl
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-19 00:20:12 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-19 00:20:12 -0400
commit8a82cf05413082bee3c415a30a34f242474e55ec (patch)
tree3cc7be86f5044dad059bd2ab0cc6053ea87ae2a4 /templates/about.tmpl
parente4bac4e3fdf10d684227be2fa852e319cb201f27 (diff)
add logo in the footer
Diffstat (limited to 'templates/about.tmpl')
-rw-r--r--templates/about.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/about.tmpl b/templates/about.tmpl
index fd4862a..be77d3a 100644
--- a/templates/about.tmpl
+++ b/templates/about.tmpl
@@ -61,6 +61,17 @@
nothing about you.</p>
</div>
</div> <!-- privacy-container end -->
+
+ <div class="footer-container">
+ <div class="footer">
+ <div class="logo-container">
+ <a href="/">
+ <img src="/static/logo/peach.png" alt="[ peach logo]" />
+ </a>
+ </div>
+ </div>
+ </div> <!-- footer container end -->
+
</div> <!-- root-container end -->
</div> <!-- peach end -->
</body>