diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-21 21:37:13 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-21 21:37:13 -0400 |
commit | 5e9a45f74a7f55cde71054255bd8dec8a8037a72 (patch) | |
tree | 9e001c14252cec5950c9c93d1ce99f30108aefbf /templates/base | |
parent | 1331134316e1165d68d2cb6473e16929ed794dea (diff) | |
download | gitea-5e9a45f74a7f55cde71054255bd8dec8a8037a72.tar.gz gitea-5e9a45f74a7f55cde71054255bd8dec8a8037a72.zip |
Code convention
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/footer.tmpl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index b3e3368b44..aed5f488d2 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -15,9 +15,17 @@ </div> <div class="col-md-4"> - <p class="desc"><a href="http://gogs.io">Official Website</a></p> + <p class="desc"> + <a href="http://gogs.io">Official Website</a> + </p> </div> </div> + + <div class="row"> + <div class="col-md-6"> + Go Version: {{GoVer}} + </div> + </div> </div> </footer> </body> |