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 8819300 commit 1998595Copy full SHA for 1998595
lib/ex_doc/formatter/html/templates/head_template.eex
@@ -10,14 +10,6 @@
10
<%= if config.canonical do %>
11
<link rel="canonical" href="<%= config.canonical %>" />
12
<% end %>
13
- <%= if config.logo do %>
14
- <%= if Path.extname(config.logo) == ".png" do %>
15
- <link rel="icon" type="image/png" href="assets/logo.png" />
16
- <% end %>
17
- <%= if Path.extname(config.logo) == ".jpg" do %>
18
- <link rel="icon" type="image/jpeg" href="assets/logo.jpg" />
19
20
21
<script src="<%= asset_rev config.output, "dist/sidebar_items*.js" %>"></script>
22
<%= config.before_closing_head_tag.(:html) %>
23
</head>
0 commit comments