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

Commit 6188567

Browse files
committed
Add favicon
1 parent 9222f77 commit 6188567

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

source/images/favicon.png

4.21 KB
Loading

source/layouts/layout.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +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+
<%= favicon_tag 'images/favicon.png' %>
3334

3435
<style>
3536
<%= Rouge::Themes::MonokaiSublime.render(:scope => '.highlight') %>

0 commit comments

Comments
 (0)