Skip to content

Commit

Permalink
Added a mask icon for Safari pinned tab and touchbar
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin committed Jan 12, 2017
1 parent 72f3fa6 commit c41743e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/octoprint/static/img/favicon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/octoprint/templates/index.jinja2
Expand Up @@ -4,6 +4,7 @@
<title data-bind="text: title">OctoPrint</title>

<link rel="shortcut icon" href="{{ url_for('static', filename='img/tentacle-32x32.png') }}">
<link rel="mask-icon" href="{{ url_for('static', filename='img/favicon.svg') }}" color="#56BE37">
<link rel="apple-touch-icon" sizes="114x114" href="{{ url_for('static', filename='img/apple-touch-icon-114x114.png') }}">
<link rel="apple-touch-icon" sizes="144x144" href="{{ url_for('static', filename='img/apple-touch-icon-144x144.png') }}">

Expand Down

0 comments on commit c41743e

Please sign in to comment.