🚧 Add front-end code
This commit is contained in:
parent
7cdc9c07ab
commit
c0c2a5ffcc
5 changed files with 127 additions and 0 deletions
10
front-end/cmd/web/templates/footer.partial.gohtml
Normal file
10
front-end/cmd/web/templates/footer.partial.gohtml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{{define "footer"}}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
<hr>
|
||||
<small class="text-muted">Copyright © GoCode.ca</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue