Skip to content

Commit

Permalink
Merge pull request spf13#76 from Fishbowler/sidebar_html_fix
Browse files Browse the repository at this point in the history
Fix sidebar menu HTML structure
  • Loading branch information
htr3n authored Jun 21, 2019
2 parents 2fed57d + 6595ac9 commit bc30ead
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 bc30ead

Please sign in to comment.