mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
Fix menu trigger appearance
This commit is contained in:
parent
9a4e3132e2
commit
68927868a0
@ -4,13 +4,13 @@
|
|||||||
<span class="header__right">
|
<span class="header__right">
|
||||||
{{ if len .Site.Menus }}
|
{{ if len .Site.Menus }}
|
||||||
{{ partial "menu.html" . }}
|
{{ partial "menu.html" . }}
|
||||||
{{ end }}
|
|
||||||
<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">
|
||||||
<path d="M0 0h24v24H0z" fill="none"/>
|
<path d="M0 0h24v24H0z" fill="none"/>
|
||||||
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
|
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
|
||||||
</svg>
|
</svg>
|
||||||
</span>
|
</span>
|
||||||
|
{{ end }}
|
||||||
<span class="theme-toggle">
|
<span class="theme-toggle">
|
||||||
{{ partial "bulb-icon.html" . }}
|
{{ partial "bulb-icon.html" . }}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user