diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 18:34:49 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 18:34:49 -0400 |
commit | 98fb5ee6e2e32246573c4530c41ecf3d4af8d17d (patch) | |
tree | fc308913f3046d2a6d53bbaf542bbc9a814551f7 /templates/footer.tmpl | |
parent | 3ac0d2c66450711959d3d08991431d2b4848a2ec (diff) |
templates: update footer.tmpl
Diffstat (limited to 'templates/footer.tmpl')
-rw-r--r-- | templates/footer.tmpl | 2 |
1 files changed, 1 insertions, 1 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> |