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

12 lines
332 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">
<p>© 2014 Gogs · ver {{AppVer}} ·
<i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a>
</p>
<p class="desc"></p>
</div>
10 years ago
</footer>
</body>
</html>