You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

footer.tmpl 696B

123456789101112131415161718192021222324
  1. <div class="wrapper-push"></div>
  2. </div>
  3. <footer id="footer">
  4. <div class="container footer-wrap">
  5. <div class="row">
  6. <div class="col-md-6">
  7. <p>© 2014 GoGits · Version: {{AppVer}} ·
  8. Page: <b>{{LoadTimes .PageStartTime}}</b> ·
  9. Template: <b>{{call .TmplLoadTimes}}</b>
  10. </p>
  11. </div>
  12. <div class="col-md-2" style="margin: -5px;">
  13. <a target="_blank" href="https://github.com/gogits/gogs"><i class="fa fa-github fa-2x"></i></a>
  14. </div>
  15. <div class="col-md-4">
  16. <p class="desc"><a href="http://gogs.io">Official Website</a></p>
  17. </div>
  18. </div>
  19. </div>
  20. </footer>
  21. </body>
  22. </html>