about summary refs log tree commit diff
path: root/templates/nav.html
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-08-17 01:04:10 +0200
committerEmile <git@emile.space>2024-08-17 01:04:10 +0200
commitf2f14353432c70f11973cdf865a002a267c3bd92 (patch)
tree39ff7c0676a448b4db0a1c6f4ac9e70865e811eb /templates/nav.html
parent93219b7c02da4c07fbebc4cdd3651ec111c8daea (diff)
added a version read via env var
Diffstat (limited to 'templates/nav.html')
-rw-r--r--templates/nav.html2
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>