From 904b65fb0d92e5dfcc44416c72bf936cdb9f5654 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar <s@ricketyspace.net> Date: Sat, 18 Jun 2022 18:55:25 -0400 Subject: templates/about.tmpl: add version to the header --- templates/about.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') 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> -- cgit v1.2.3