Application de l'autoformat sur les templates html
This commit is contained in:
parent
cb2aedc7ff
commit
fc7f861cc5
11 changed files with 398 additions and 380 deletions
|
@ -1,11 +1,11 @@
|
|||
{{ define "general-html" }}
|
||||
<link rel="stylesheet" href="/public/css/general.css">
|
||||
<link rel="stylesheet" href="/public/css/fonts.css">
|
||||
<link rel="stylesheet" href="/public/css/header.css">
|
||||
<script>
|
||||
function onToggleNav() {
|
||||
var menu = document.querySelector(".headerMenuMobile");
|
||||
menu.classList.toggle('nav-is-active');
|
||||
}
|
||||
</script>
|
||||
{{ end }}
|
||||
<link rel="stylesheet" href="/public/css/general.css">
|
||||
<link rel="stylesheet" href="/public/css/fonts.css">
|
||||
<link rel="stylesheet" href="/public/css/header.css">
|
||||
<script>
|
||||
function onToggleNav() {
|
||||
var menu = document.querySelector(".headerMenuMobile");
|
||||
menu.classList.toggle('nav-is-active');
|
||||
}
|
||||
</script>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue