This commit is contained in:
Djordje Atlialp 2024-10-17 23:49:26 +02:00
parent f26481f3fa
commit cd66f2b2c5

View file

@ -3,7 +3,7 @@
{{ partial "logo.html" . }} {{ partial "logo.html" . }}
<span class="header__right"> <span class="header__right">
{{ if len .Site.Menus }} {{- if len .Site.Menus }}
{{ partial "menu.html" . }} {{ partial "menu.html" . }}
<span class="menu-trigger"> <span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
@ -11,7 +11,7 @@
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/> <path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg> </svg>
</span> </span>
{{ end }} {{- end }}
{{- if .Site.Params.EnableThemeToggle }} {{- if .Site.Params.EnableThemeToggle }}
<span class="theme-toggle not-selectable">{{ partial "theme-toggle-icon.html" . }}</span> <span class="theme-toggle not-selectable">{{ partial "theme-toggle-icon.html" . }}</span>