Fix details open boolean
This commit is contained in:
parent
cbd67fd038
commit
a11e8e1bc2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<nav>
|
||||
<details id="nav-menu" open="true">
|
||||
<details id="nav-menu" open>
|
||||
<summary>Navigation</summary>
|
||||
{{ $icon := resources.Get "external-link.svg" }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue