diff options
author | slene <vslene@gmail.com> | 2014-03-19 22:11:28 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-19 22:11:28 +0800 |
commit | 483cc3136920a70ae1707ec5337d574b288853c3 (patch) | |
tree | 8938b68f5278b9bb2e540a79178947823a55c7d7 /templates/base | |
parent | 3634d1ee326fd285935c0a5992575583ef6467d4 (diff) | |
download | gitea-483cc3136920a70ae1707ec5337d574b288853c3.tar.gz gitea-483cc3136920a70ae1707ec5337d574b288853c3.zip |
Revert "fork render"
This reverts commit 56af7e99a819758c6bedc6d745a9f810f3fc050d.
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/footer.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index fe0ea93027..841af680bd 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -3,9 +3,7 @@ <footer id="footer"> <div class="container footer-wrap"> <p>© 2014 Gogs · ver {{AppVer}} · - All: {{LoadTimes .PageStartTime}} · - Tmpl: {{call .TmplLoadTimes}} · - <i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a> · + <i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a> </p> <p class="desc"></p> </div> |