We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d88f2 commit e13547fCopy full SHA for e13547f
layouts/dex.html
@@ -15,7 +15,7 @@ <h2 class="title"><%= @item[:title] %></h2>
15
<% folderItems = @items.group_by {|item| item[:filename].split('/')[1] } %>
16
<ul>
17
<% folderItems[ myFolder ].sort_by {|item| item[:title] || "" }. each do |item| %>
18
- <% if item[:title] %>
+ <% if item[:title] && !(item[:filename] =~ /\/dex\.md$/) %>
19
<li><a href="<%= item.path %>"><%= item[:title] %></a></li>
20
<% end %>
21
0 commit comments