Skip to content

Commit

Permalink
Add favicon (twitter#75)
Browse files Browse the repository at this point in the history
* Add favicon

* Fix relative import
  • Loading branch information
OrkoHunter authored and decause committed May 7, 2019
1 parent c73ed3f commit 9f8fba6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta http-equiv='imagetoolbar' content='no'>

<title>{{ page.title }}</title>
<link rel="shortcut icon" type="image/png" href="/static/public/images/favicon.png"/>
<link rel="shortcut icon" type="image/png" href="{{ site.baseurl }}/assets/favicon.ico"/>

<!-- Feather CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/css/feather-core.css"/>
Expand Down
Binary file added assets/favicon.ico
Binary file not shown.

0 comments on commit 9f8fba6

Please sign in to comment.