summaryrefslogtreecommitdiffstats
path: root/templates
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
parente4bac4e3fdf10d684227be2fa852e319cb201f27 (diff)
add logo in the footer
Diffstat (limited to 'templates')
-rw-r--r--templates/about.tmpl11
-rw-r--r--templates/weather.tmpl10
2 files changed, 21 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>
diff --git a/templates/weather.tmpl b/templates/weather.tmpl
index e696e41..14008a2 100644
--- a/templates/weather.tmpl
+++ b/templates/weather.tmpl
@@ -119,6 +119,16 @@
</div>
{{ end }}
+ <div class="footer-container">
+ <div class="footer">
+ <div class="logo-container">
+ <a href="/about">
+ <img src="/static/logo/peach.png" alt="[ peach logo]" />
+ </a>
+ </div>
+ </div>
+ </div> <!-- footer container end -->
+
</div> <!-- root-container end -->
</div> <!-- peach end -->
</body>