mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-07-26 08:45:28 -04:00
remove stray input
This commit is contained in:
parent
ad99ef818a
commit
60282f60fc
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{- $currentPage := . }}
|
{{- $currentPage := . }}
|
||||||
<input id="hamburger-input" type="checkbox"></input>
|
<input id="hamburger-input" type="checkbox">
|
||||||
<label id="hamburger-menu" for="hamburger-input"></label>
|
<label id="hamburger-menu" for="hamburger-input"></label>
|
||||||
<div class="overlay"></div>
|
<div class="overlay"></div>
|
||||||
<ul id="menu">
|
<ul id="menu">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue