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/weather.tmpl | |
parent | 3ac0d2c66450711959d3d08991431d2b4848a2ec (diff) |
templates: update footer.tmpl
Diffstat (limited to 'templates/weather.tmpl')
-rw-r--r-- | templates/weather.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 --> |