feat: Modification des couleurs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-05 16:16:20 +02:00
parent 85b67b4a2d
commit 0ff3a5fe52
18 changed files with 70 additions and 88 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="{{ .Site.Language.Lang }}">
{{ partial "head.html" . }}
<body>
<body class="{{ default .Params.menu.main.identifier .Params.menu.main.parent }}">
{{ partial "header.html" . }}
{{ block "all" . }}
<main role="main" id="content" class="container">

View File

@ -26,7 +26,7 @@
<button class="open-button" onClick="document.getElementById('nav').setAttribute('data-open', true)">≡ Menu</button>
<ol id="menu">
{{ range .Site.Menus.main }}
<li class="menu{{ if .HasChildren }} withSubmenu{{ end }}">
<li class="menu{{ if .HasChildren }} withSubmenu{{ end }} {{ .Identifier }}">
<a href="{{ .URL }}">
<img class="icons" src="/icons/{{ .Identifier }}.svg" alt="{{ .Name }}" width="30" height="30" /><span>{{ .Name }}</span>
</a>