diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-05-28 04:17:11 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-05-28 04:17:11 -0400 |
commit | f3813503b748eba2877e730c53c91549ca2c6da5 (patch) | |
tree | 8bfff80080348ca6e8fc7f0a59485b1182d168fb /templates | |
parent | 5605f78daca7db0bb4c22d28a9286c01cc4da0da (diff) |
peach: update Weather
Add a Title field.
Diffstat (limited to 'templates')
-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 5fac41e..05b18a2 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <title>peach - {{.Location}}</title> + <title>peach - {{.Title}}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="siddharth ravikumar"> <link rel="preload" href="/static/peach.css" as="style" /> |