Style
This commit is contained in:
parent
f26481f3fa
commit
cd66f2b2c5
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue