Skip to content

Commit e0f77ad

Browse files
committed
Add favicon
1 parent d247207 commit e0f77ad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

source/images/favicon.ico

14.7 KB
Binary file not shown.

source/layouts/layout.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
3131
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
3232
<title><%= current_page.data.title || "API Documentation" %></title>
33-
33+
<%= favicon_tag 'images/favicon.ico' %>
3434
<style>
3535
<%= Rouge::Themes::MonokaiSublime.render(:scope => '.highlight') %>
3636
</style>

0 commit comments

Comments
 (0)