Skip to content

Commit cbd3442

Browse files
Daniel Bushmankazupon
Daniel Bushman
authored andcommitted
fixed favicon's MIME type (#915)
1 parent 8c545d3 commit cbd3442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta name="twitter:description" content="<%- theme.site_description %>">
1818
<meta name="twitter:image" content="https://<%- theme.root_domain %>/images/logo.png">
1919

20-
<link rel="icon" href="<%- url_for("/images/logo.png") %>" type="image/x-icon">
20+
<link rel="icon" href="<%- url_for("/images/logo.png") %>" type="image/png">
2121

2222
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Roboto Mono' rel='stylesheet' type='text/css'>
2323
<link href='//fonts.googleapis.com/css?family=Dosis:500&text=Vue.js' rel='stylesheet' type='text/css'>

0 commit comments

Comments
 (0)