We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c545d3 commit cbd3442Copy full SHA for cbd3442
themes/vue/layout/layout.ejs
@@ -17,7 +17,7 @@
17
<meta name="twitter:description" content="<%- theme.site_description %>">
18
<meta name="twitter:image" content="https://<%- theme.root_domain %>/images/logo.png">
19
20
- <link rel="icon" href="<%- url_for("/images/logo.png") %>" type="image/x-icon">
+ <link rel="icon" href="<%- url_for("/images/logo.png") %>" type="image/png">
21
22
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Roboto Mono' rel='stylesheet' type='text/css'>
23
<link href='//fonts.googleapis.com/css?family=Dosis:500&text=Vue.js' rel='stylesheet' type='text/css'>
0 commit comments