You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates/base/footer.tmpl

21 lines
604 B
Cheetah

10 years ago
<div class="wrapper-push"></div>
10 years ago
</div>
<footer id="footer">
10 years ago
<div class="container footer-wrap">
10 years ago
<div class="row">
<div class="col-md-6">
<p>© 2014 GoGits · Version: {{AppVer}} ·
10 years ago
Page: <b>{{LoadTimes .PageStartTime}}</b> ·
Template: <b>{{call .TmplLoadTimes}}</b>
</p>
</div>
<div class="col-md-1" style="margin: -5px;">
<a target="_blank" href="https://github.com/gogits/gogs"><i class="fa fa-github fa-2x"></i></a>
</div>
<p class="desc"></p>
</div>
10 years ago
</div>
10 years ago
</footer>
</body>
</html>