diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 18:33:07 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 18:33:07 -0400 |
commit | 3ac0d2c66450711959d3d08991431d2b4848a2ec (patch) | |
tree | 5ba4f8e453d4b557f68beef357e0531a72e5dafa | |
parent | d8203edb7a671b5d386ab7236ed26f4532db99a4 (diff) |
templates/weather.tmpl: use footer.tmpl
-rw-r--r-- | templates/weather.tmpl | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/weather.tmpl b/templates/weather.tmpl index b6a8149..cf36f39 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -114,15 +114,7 @@ </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 --> + {{ template "footer.tmpl" }} </div> <!-- root-container end --> </div> <!-- peach end --> |