feat: add footer

This commit is contained in:
Yanislav Igonin 2021-10-14 11:43:32 +03:00
parent d331c8700d
commit 441c158846
4 changed files with 13 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

9
templates/footer.html Normal file
View 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 }}

View File

@ -54,8 +54,9 @@
</ul> </ul>
</nav> </nav>
</div> </div>
</div> </div>
{{ template "footer" }}
</body> </body>
</html> </html>

View File

@ -51,8 +51,9 @@
</div> </div>
{{end}} {{end}}
</div> </div>
</div> </div>
{{ template "footer" }}
</body> </body>
</html> </html>