diff options
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> |