Merge pull request 'Ajouter #header div' (#30) from fix/div-id-header into main

Reviewed-on: #30
This commit is contained in:
Victor Lacasse-Beaudoin 2023-03-25 00:29:02 -05:00
commit eb1ebdd913
2 changed files with 2 additions and 2 deletions

BIN
agecem-org Executable file

Binary file not shown.

View file

@ -1,5 +1,5 @@
{{ define "header-html" }}
<div id="header">
<ul>
<li><a href="/">index</a></li>
<li><a href="/a-propos">À propos</a></li>
@ -8,5 +8,5 @@
<li><a href="/documentation">Documentation</a></li>
<li><a href="/formulaires">Formulaires</a></li>
</ul>
</div>
{{ end }}