diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-05-28 13:19:50 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-05-28 13:19:50 -0400 |
commit | 841f131a92289aadc1b329d0c6eaea5645ad0ef4 (patch) | |
tree | c5066e6e8cfb65f08b8283ee7bd3ba73afead700 /templates | |
parent | a95c92c018d7b3dec9bd2fc3485671fe7292b414 (diff) |
templates: update weather.tmpl
Add link to search page.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/weather.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/weather.tmpl b/templates/weather.tmpl index 05b18a2..8476e87 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -64,6 +64,11 @@ </div> {{ end }} + <div class="search-link-container"> + <a href="/search"> + Search + </a> + </div> </div> <!-- root-container end --> </div> <!-- peach end --> </body> |