Add version to footer

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-08-04 21:21:47 +02:00
parent c190dc45b0
commit 898dc1cac6
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -125,7 +125,7 @@
<div class="row"> <div class="row">
<div class="col-md-12 footer"> <div class="col-md-12 footer">
{{T "text-powered-by"}} <a href="https://github.com/Luzifer/ots"><i class="fa fa-github"></i> Luzifer/OTS</a> {{T "text-powered-by"}} <a href="https://github.com/Luzifer/ots"><i class="fa fa-github"></i> Luzifer/OTS</a> {{.version}}
</div> </div>
</div> </div>
</div> </div>