diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-05-28 02:29:46 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-05-28 02:29:46 -0400 |
commit | 45a802e845f19c2934141df77e8ab82c21a41109 (patch) | |
tree | eee0a8b92bbf0afc2f4c068f7ae6e75bd53e31e5 /templates | |
parent | 1bbdb048da022cba2b0e9e3671d065689f1af893 (diff) |
update name in copyright
Use full name.
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 9db2689..5fac41e 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <title>peach - {{.Location}}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="author" content="siddharth"> + <meta name="author" content="siddharth ravikumar"> <link rel="preload" href="/static/peach.css" as="style" /> <style>@import url("/static/peach.css");</style> </head> |