Fix the bar menu icon on mobile
This commit is contained in:
parent
f13bc873be
commit
01a5fb32cd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
{{ .Site.Title }}
|
{{ .Site.Title }}
|
||||||
</a>
|
</a>
|
||||||
<input type="checkbox" id="menu-toggle" />
|
<input type="checkbox" id="menu-toggle" />
|
||||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
<label class="menu-button float-right" for="menu-toggle"><i class="fa fa-bars"></i></label>
|
||||||
<ul class="navigation-list">
|
<ul class="navigation-list">
|
||||||
{{ with .Site.Menus.main}}
|
{{ with .Site.Menus.main}}
|
||||||
{{ range sort . "Weight" }}
|
{{ range sort . "Weight" }}
|
||||||
|
|
Loading…
Reference in a new issue