File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
<meta property =" og:type" content =" article" >
11
11
<meta property =" og:title" content =" <%- page.title ? page.title + ' - ' : '' %>vue.js" >
12
12
<meta property =" og:description" content =" <%- theme.site_description %>" >
13
- <meta property =" og:image" content =" /images/logo.png" >
13
+ <meta property =" og:image" content =" https://<%- theme.root_domain %> /images/logo.png" >
14
14
15
15
<meta name =" twitter:card" content =" summary" >
16
16
<meta name =" twitter:title" content =" <%- page.title ? page.title + ' - ' : '' %>vue.js" >
17
17
<meta name =" twitter:description" content =" <%- theme.site_description %>" >
18
- <meta name =" twitter:image" content =" /images/logo.png" >
18
+ <meta name =" twitter:image" content =" https://<%- theme.root_domain %> /images/logo.png" >
19
19
20
20
<link href =' //fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Roboto Mono' rel =' stylesheet' type =' text/css' >
21
21
<link href =' //fonts.googleapis.com/css?family=Dosis:500&text=Vue.js' rel =' stylesheet' type =' text/css' >
You can’t perform that action at this time.
0 commit comments