mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
feat: add footer
This commit is contained in:
parent
d331c8700d
commit
441c158846
BIN
static/images/github-icon.png
Normal file
BIN
static/images/github-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
9
templates/footer.html
Normal file
9
templates/footer.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{{ 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 }}
|
@ -54,8 +54,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{ template "footer" }}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -51,8 +51,9 @@
|
|||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{ template "footer" }}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user