micrach/templates/footer.html

10 lines
263 B
HTML
Raw Normal View History

2021-10-14 11:43:32 +03:00
{{ define "footer" }}
<footer class="py-4">
<div class="container text-center">
<a href="https://github.com/yanislav-igonin/micrach-go" target="blank">
<img src="/static/images/github-icon.png" alt="GitHub icon">
</a>
</div>
</footer>
{{ end }}