gitea/templates/base/footer.tmpl

24 lines
696 B
Cheetah
Raw Normal View History

2014-03-17 01:17:44 -06:00
<div class="wrapper-push"></div>
2014-03-15 06:40:26 -06:00
</div>
<footer id="footer">
2014-03-17 01:17:44 -06:00
<div class="container footer-wrap">
2014-03-21 04:47:24 -06:00
<div class="row">
<div class="col-md-6">
2014-03-21 07:06:05 -06:00
<p>© 2014 GoGits · Version: {{AppVer}} ·
2014-03-21 04:47:24 -06:00
Page: <b>{{LoadTimes .PageStartTime}}</b> ·
Template: <b>{{call .TmplLoadTimes}}</b>
</p>
</div>
2014-04-30 21:48:01 -06:00
<div class="col-md-2" style="margin: -5px;">
2014-03-21 04:47:24 -06:00
<a target="_blank" href="https://github.com/gogits/gogs"><i class="fa fa-github fa-2x"></i></a>
</div>
2014-04-26 22:34:48 -06:00
2014-04-30 21:48:01 -06:00
<div class="col-md-4">
2014-05-01 01:27:26 -06:00
<p class="desc"><a href="http://gogs.io">Official Website</a></p>
2014-04-26 22:34:48 -06:00
</div>
2014-03-21 04:47:24 -06:00
</div>
2014-03-17 01:17:44 -06:00
</div>
2014-03-15 06:40:26 -06:00
</footer>
2014-03-03 07:40:22 -07:00
</body>
2014-02-17 16:38:50 -07:00
</html>