Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjackzhn committed Oct 17, 2024
1 parent 07858d1 commit 656613c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/custom-navbar.yml.epp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nav_bar:
url: <%= $item[url] %>
new_tab: true
<% } -%>
<% elseif $item[group] { -%>
<% elsif $item[group] { -%>
- group: "<%= $item[group] %>"
<% } -%>
<% else { -%>
Expand Down

0 comments on commit 656613c

Please sign in to comment.