mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
10 lines
287 B
HTML
10 lines
287 B
HTML
{{ define "footer" }}
|
|
<footer class="py-4">
|
|
<div class="container text-center">
|
|
<a href="https://github.com/yanislav-igonin/micrach" target="blank">
|
|
<img class="github-icon" src="static/icons/github.svg" alt="github icon">
|
|
</a>
|
|
</div>
|
|
</footer>
|
|
{{ end }}
|