diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-18 18:55:25 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-18 18:55:25 -0400 |
commit | 904b65fb0d92e5dfcc44416c72bf936cdb9f5654 (patch) | |
tree | ed3b5152575859057b3748b194a9ff09472610ac /templates | |
parent | 25ffb993e411f16422330f0d212213fb24781b8e (diff) |
templates/about.tmpl: add version to the header
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/about.tmpl b/templates/about.tmpl index 575c08e..4144cce 100644 --- a/templates/about.tmpl +++ b/templates/about.tmpl @@ -14,6 +14,7 @@ <div class="about-container"> <div class="header"> <h1>peach</h1> + <p>v{{ .Version }}</p> </div> <div class="content"> <p>Peach's a barebones weather service.</p> |