summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-19 18:34:49 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-19 18:34:49 -0400
commit98fb5ee6e2e32246573c4530c41ecf3d4af8d17d (patch)
treefc308913f3046d2a6d53bbaf542bbc9a814551f7 /templates
parent3ac0d2c66450711959d3d08991431d2b4848a2ec (diff)
templates: update footer.tmpl
Diffstat (limited to 'templates')
-rw-r--r--templates/footer.tmpl2
-rw-r--r--templates/weather.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/footer.tmpl b/templates/footer.tmpl
index cd6831b..377ad45 100644
--- a/templates/footer.tmpl
+++ b/templates/footer.tmpl
@@ -1,7 +1,7 @@
<div class="footer-container">
<div class="footer">
<div class="logo-container">
- <a href="/about">
+ <a href="{{ . }}">
<img src="/static/logo/peach-180.png" alt="[ peach logo ]" />
</a>
</div>
diff --git a/templates/weather.tmpl b/templates/weather.tmpl
index cf36f39..8b27bcf 100644
--- a/templates/weather.tmpl
+++ b/templates/weather.tmpl
@@ -114,7 +114,7 @@
</div>
{{ end }}
- {{ template "footer.tmpl" }}
+ {{ template "footer.tmpl" "/about" }}
</div> <!-- root-container end -->
</div> <!-- peach end -->