Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit b742b60

Browse files
committed
Fix broken list, replaces #918
1 parent 8af90c1 commit b742b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/layouts/layout.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ under the License.
6969
</div>
7070
<ul class="search-results"></ul>
7171
<% end %>
72-
<div id="toc" class="toc-list-h1">
72+
<ul id="toc" class="toc-list-h1">
7373
<% toc_data(page_content).each do |h1| %>
7474
<li>
7575
<a href="#<%= h1[:id] %>" class="toc-h1 toc-link" data-title="<%= h1[:content].to_s.parameterize %>"><%= h1[:content] %></a>
@@ -84,7 +84,7 @@ under the License.
8484
<% end %>
8585
</li>
8686
<% end %>
87-
</div>
87+
</ul>
8888
<% if current_page.data.toc_footers %>
8989
<ul class="toc-footer">
9090
<% current_page.data.toc_footers.each do |footer| %>

0 commit comments

Comments
 (0)