Renommer template header pour header-html

Pour suivre la nomenclature du reste du projet
This commit is contained in:
Victor Lacasse-Beaudoin 2023-03-24 20:04:57 -04:00
parent ce387d3028
commit 42ed8bbd79
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{{ define "header" }}
{{ define "header-html" }}
<ul>
<li><a href="/">index</a></li>

View file

@ -8,7 +8,7 @@
<link rel="stylesheet" href="static/index.css">
</head>
<body>
{{ template "header" }}
{{ template "header-html" }}
<h1>Association Générale Étudiante du Cégep Édouard-Montpetit</h1>
</body>
</html>