Files
goreportcard/templates/footer.html
2019-09-17 17:56:12 +09:00

15 lines
440 B
HTML

[[ define "footer" ]]
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
<strong>Go Report Card</strong> by
<a href="https://twitter.com/shawnps">Shawn Smith</a> and
<a href="https://twitter.com/ironzeb">Herman Schaaf</a>,
authors of <a href="https://leanpub.com/productiongo">Production Go</a>.
</p>
</div>
</div>
</footer>
[[ end ]]