forgejo-federation/templates/base/footer.tmpl

19 lines
444 B
Cheetah
Raw Normal View History

2014-03-03 20:10:22 +05:30
<script>
$(function(){
2014-03-10 18:42:49 +05:30
initCore();{{if .PageIsSignUp}}
initRegister();{{end}}{{if .PageIsUserSetting}}
initUserSetting();{{end}}
2014-03-03 20:10:22 +05:30
});
</script>
2014-03-15 18:10:26 +05:30
<div class="wrapper-push"></div>
</div>
<footer id="footer">
<div class="container footer-wrap">
<p>
© 2014 Gogs. ver {{AppVer}}. <a target="_blank" href="https://github.com/gogits/gogs">GitHub</a>
</p>
<p class="desc"></p>
</div>
</footer>
2014-03-03 20:10:22 +05:30
</body>
2014-02-18 05:08:50 +05:30
</html>