We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0115123 + 733e8b6 commit 46ae23eCopy full SHA for 46ae23e
src/renderers.jl
@@ -37,7 +37,7 @@ end
37
38
function render(doc::DropdownNav, dir, thispagepath, prettyurls)
39
return @htl """
40
- <div class="nav-dropown">
+ <div class="nav-dropdown">
41
<button class="nav-item dropdown-label">$(doc.name)</button>
42
<ul class="nav-dropdown-container">
43
$([render(doc, dir, thispagepath, prettyurls) for doc in doc.children])
@@ -48,7 +48,7 @@ end
48
49
function render(doc::MegaDropdownNav, dir, thispagepath, prettyurls)
50
51
52
53
<div class="nav-dropdown-container nav-mega-dropdown-container">
54
$([render(doc, dir, thispagepath, prettyurls) for doc in doc.columns])
0 commit comments