File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 29
29
"hoek" : " ^6.1.2" ,
30
30
"request" : " ^2.85.0"
31
31
}
32
- }
32
+ }
Original file line number Diff line number Diff line change 10
10
<div id =" hero" >
11
11
<div class =" inner" >
12
12
<div class =" left" >
13
- <img class =" hero-logo" src =" <%- url_for(" /images /logo.png " ) %>" alt =" vue logo" >
13
+ <img class =" hero-logo" src =" <%- url_for(" /images /logo.svg " ) %>" alt =" Vue logo" >
14
14
</div ><div class =" right" >
15
15
<h2 class =" vue" >Vue.js</h2 >
16
16
<h1 >
Original file line number Diff line number Diff line change 21
21
<meta property =" og:type" content =" article" >
22
22
<meta property =" og:title" content =" <%- page.title ? page.title + ' — ' : '' %>Vue.js" >
23
23
<meta property =" og:description" content =" <%- theme.site_description %>" >
24
- <meta property =" og:image" content =" https://<%- theme.root_domain %>/<%- url_for( " / images /logo.png " ) %> " >
24
+ <meta property =" og:image" content =" https://<%- theme.root_domain %>/images/logo.png" >
25
25
26
26
<meta name =" twitter:card" content =" summary" >
27
27
<meta name =" twitter:title" content =" <%- page.title ? page.title + ' — ' : '' %>Vue.js" >
42
42
<link rel =" icon" type =" image/png" sizes =" 96x96" href =" <%- url_for(" /images /icons /favicon-96x96.png " ) %>" >
43
43
<link rel =" icon" type =" image/png" sizes =" 16x16" href =" <%- url_for(" /images /icons /favicon-16x16.png " ) %>" >
44
44
<meta name =" msapplication-TileImage" content =" /images/icons/ms-icon-144x144.png" >
45
- <link rel =" icon" href =" <%- url_for(" /images /logo.png " ) %>" type = " image/png " >
45
+ <link rel =" icon" href =" <%- url_for(" /images /logo.svg " ) %>" >
46
46
47
47
<meta name =" msapplication-TileColor" content =" #4fc08d" >
48
48
<meta name =" theme-color" content =" #4fc08d" >
Original file line number Diff line number Diff line change 6
6
7
7
<header id =" header" >
8
8
<a id =" logo" href =" <%- url_for(" /" ) %>" >
9
- <img src =" <%- url_for(" /images /logo.png " ) %>" alt =" vue logo" >
9
+ <img src =" <%- url_for(" /images /logo.svg " ) %>" alt =" Vue logo" >
10
10
<span >Vue.js</span >
11
11
</a >
12
12
<ul id =" nav" >
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ body.docs
161
161
position : absolute
162
162
width : 30px
163
163
height : 30px
164
- background : url (../images /logo .png ) center center no-repeat
164
+ background : url (../images /logo .svg ) center center no-repeat
165
165
top : 5px
166
166
left : 50%
167
167
margin-left : - 15px
You can’t perform that action at this time.
0 commit comments