Skip to content

Commit

Permalink
Fix sidebar menu HTML structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler committed Jun 16, 2019
1 parent 2fed57d commit 6595ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/sidebar/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</li>
{{ end }}
</ul>
</li>
{{ else }} <!-- No children -->
<li>
<a href="{{.URL}}">{{ .Pre }}
Expand All @@ -22,6 +23,5 @@
</li>
{{ end }}
{{ end }}
</li>
</ul>
</div>

0 comments on commit 6595ac9

Please sign in to comment.