2014-03-03 07:40:22 -07:00
|
|
|
<script>
|
|
|
|
$(function(){
|
2014-03-10 07:12:49 -06:00
|
|
|
initCore();{{if .PageIsSignUp}}
|
|
|
|
initRegister();{{end}}{{if .PageIsUserSetting}}
|
|
|
|
initUserSetting();{{end}}
|
2014-03-03 07:40:22 -07:00
|
|
|
});
|
|
|
|
</script>
|
2014-03-15 06:40:26 -06:00
|
|
|
<div class="wrapper-push"></div>
|
|
|
|
</div>
|
|
|
|
<footer id="footer">
|
|
|
|
<div class="container footer-wrap">
|
|
|
|
<p>
|
2014-03-15 07:17:16 -06:00
|
|
|
© 2014 Gogs · ver {{AppVer}} · <i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a>
|
2014-03-15 06:40:26 -06:00
|
|
|
</p>
|
|
|
|
<p class="desc"></p>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2014-03-03 07:40:22 -07:00
|
|
|
</body>
|
2014-02-17 16:38:50 -07:00
|
|
|
</html>
|