Added Go runtime version to the layout footer

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent 2b3f24ee5c
commit a38ede5187
4 changed files with 11 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<!-- footer -->
<nav id="main-footer">
<p>BLT version {{ .app_version }}</p>
<p>BLT version {{ .app_version }} | Built with Go {{ .runtime_version }}</p>
</nav>
</body>