diff options
author | Emile <git@emile.space> | 2024-08-17 01:04:10 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-08-17 01:04:10 +0200 |
commit | f2f14353432c70f11973cdf865a002a267c3bd92 (patch) | |
tree | 39ff7c0676a448b4db0a1c6f4ac9e70865e811eb /templates | |
parent | 93219b7c02da4c07fbebc4cdd3651ec111c8daea (diff) |
added a version read via env var
Diffstat (limited to 'templates')
-rw-r--r-- | templates/nav.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/nav.html b/templates/nav.html index c00c880..ea1e1af 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -49,7 +49,7 @@ </ul> <ul style="float: right"> <li> - <a href="https://github.com/HanEmile/r2wars-web">src</a> + <a href="https://github.com/HanEmile/r2wars-web">{{ .version }} src</a> </li> </ul> </nav> |