Skip to content

Commit a4328a2

Browse files
craigcookstephaniehobson
authored andcommitted
Fix favicon mime type [fix mozilla#911]
1 parent a187eb0 commit a4328a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

theme/views/partials/head.nunj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<link rel="shortcut icon" href="{{ path(frctl.theme.get('favicon')) }}" type="image/png">
2+
{% include 'partials/stylesheets.nunj' %}
3+
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ frctl.get('project.title') }}</title>

0 commit comments

Comments
 (0)