footer.tmpl 429 B

1234567891011121314
  1. <div class="wrapper-push"></div>
  2. </div>
  3. <footer id="footer">
  4. <div class="container footer-wrap">
  5. <p>© 2014 Gogs · ver {{AppVer}} ·
  6. All: {{LoadTimes .PageStartTime}} ·
  7. Tmpl: {{call .TmplLoadTimes}} ·
  8. <i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a> ·
  9. </p>
  10. <p class="desc"></p>
  11. </div>
  12. </footer>
  13. </body>
  14. </html>