gitroast/templates/base/footer.tmpl

32 lines
826 B
Cheetah
Raw Normal View History

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