templates/default/layout/html/setup.rb in yard-0.6.4 vs templates/default/layout/html/setup.rb in yard-0.6.5

- old
+ new

@@ -12,10 +12,10 @@ sections :layout, [:diskfile] elsif object case object when '_index.html' @page_title = options[:title] - sections :layout, [:index] + sections :layout, [:index, [:listing, [:files, :objects]]] when CodeObjects::Base unless object.root? cur = object.namespace while !cur.root? @breadcrumb.unshift(cur)