diff options
author | Gogs <gogitservice@gmail.com> | 2014-03-19 21:57:55 +0800 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2014-03-19 21:58:51 +0800 |
commit | 56af7e99a819758c6bedc6d745a9f810f3fc050d (patch) | |
tree | 29de4db653e1d59e271917812e9dc669acb7f209 /templates/base/footer.tmpl | |
parent | 0da4975f4ffca8dd85213c19600730ee52349e2a (diff) | |
download | gitea-56af7e99a819758c6bedc6d745a9f810f3fc050d.tar.gz gitea-56af7e99a819758c6bedc6d745a9f810f3fc050d.zip |
fork render
Diffstat (limited to 'templates/base/footer.tmpl')
-rw-r--r-- | templates/base/footer.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 841af680bd..fe0ea93027 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -3,7 +3,9 @@ <footer id="footer"> <div class="container footer-wrap"> <p>© 2014 Gogs · ver {{AppVer}} · - <i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a> + All: {{LoadTimes .PageStartTime}} · + Tmpl: {{call .TmplLoadTimes}} · + <i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a> · </p> <p class="desc"></p> </div> |