Skip to content

Commit

Permalink
refs #940. Fixes favicon link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Littman committed Jul 25, 2018
1 parent 7821ee6 commit f010ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfm/ui/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" type="image/png" href={% static "ui/img/favicon.ico" %}/>
<link rel="shortcut icon" type="image/png" href="{% static 'ui/img/favicon.ico' %}" />

<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
Expand Down

0 comments on commit f010ad1

Please sign in to comment.