plz / templates / layout / footer.html
13 lines · 12 sloc · 408 bytes · 48271bc6fb1e5aba7355da8c6fafba31374b1adc
Raw
1<footer>
2 <div>
3 Powered by <a target=_blank href='https://gitly.org'>gitly.org</a> <!--#@{app.version}.-->
4 Written in <a target=_blank href='https://vlang.io'>V</a>.
5Page generated in @{ctx.page_gen_time()}.
6Built @{app.build_time}.
7 <div style='float:right'>Source code:
8 <a target=_blank href='https://github.com/vlang/gitly'>github.com/vlang/gitly</a>
9 </div>
10 </div>
11</footer>
12
13@js '/js/footer.js'
14