Hide the menu toggle if the menu is empty
This commit is contained in:
parent
f385c2d6ce
commit
bd3ef6a953
1 changed files with 2 additions and 0 deletions
|
@ -44,7 +44,9 @@
|
|||
{{ else }}
|
||||
<p class="logo"><a href="{{.Site.BaseURL}}">{{ .Site.Title }} </a></p>
|
||||
{{ end }}
|
||||
{{ if (isset .Site.Menus "main") }}
|
||||
<button class="menu-toggle" type="button"></button>
|
||||
{{ end }}
|
||||
</div>
|
||||
</header>
|
||||
<nav class="nav">
|
||||
|
|
Loading…
Reference in a new issue