feature(web): ajouter footer
et public/images/*
Aussi déplacer bouton admin vers footer
This commit is contained in:
parent
17d9082070
commit
31f377fcb8
11 changed files with 20 additions and 3 deletions
10
templates/html/footer.html
Normal file
10
templates/html/footer.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{ define "footer-html" }}
|
||||
<footer class="pageFooter">
|
||||
<small>
|
||||
<ul>
|
||||
<li><a href="/public/images/header_agecem.png">en-tête de documents</a></li>
|
||||
<li><a href="/admin">panneau d'administration</a></li>
|
||||
</ul>
|
||||
</small>
|
||||
</footer>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue