feat: Modification des couleurs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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">
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user