We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1482c commit d0a94f6Copy full SHA for d0a94f6
1 file changed
lib/docs/filters/odin_packages/entries.rb
@@ -19,9 +19,7 @@ def get_type
19
breadcrumb_base = css(".pkg-breadcrumb > ol > li")
20
doc_directory = css(".doc-directory")
21
if breadcrumb_base[0]
22
- if breadcrumb_base[0]
23
- breadcrumb_base[0].content
24
- end
+ breadcrumb_base[0].content
25
elsif doc_directory
26
title = context[:html_title].gsub(/ library - pkg.odin-lang.org/, "")
27
title
0 commit comments