File tree 1 file changed +4
-3
lines changed
themes/aircloud/layout/_partial
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
< % if (page? .og ? .image ){ % >
4
4
< meta name= " twitter:card" content= " summary_large_image" >
5
5
< meta name= " twitter:site" content= " @YNizry" >
6
- < meta name= " og:image" content= " https://yaniv-git.github.io<%= page?.og?.image %>" >
6
+ < meta name= " image " property = " og:image" content= " https://yaniv-git.github.io<%= page?.og?.image %>" >
7
7
< meta name= " twitter:image" content= " https://yaniv-git.github.io<%= page?.og?.image %>" >
8
8
< % } % >
9
9
< % if (page? .og ? .title ){ % >
10
- < meta name= " og:title" content= " <%= page?.og?.title %>" >
10
+ < meta name= " title " property = " og:title" content= " <%= page?.og?.title %>" >
11
11
< meta name= " twitter:title" content= " <%= page?.og?.title %>" >
12
12
< % } % >
13
13
< % if (page? .og ? .description ){ % >
14
- < meta name= " og:description" content= " <%= page?.og?.description %>" >
14
+ < meta name= " description " property = " og:description" content= " <%= page?.og?.description %>" >
15
15
< meta name= " twitter:description" content= " <%= page?.og?.description %>" >
16
16
< % } % >
17
17
< % } % >
18
18
< meta charset= " utf-8" >
19
19
< meta http- equiv= " X-UA-Compatible" content= " IE=edge" >
20
20
< meta name= " viewport" content= " width=device-width, initial-scale=1" >
21
21
< meta property= " og:type" content= " website" >
22
+ < meta name= " author" content= " Yaniv Nizry" >
22
23
< meta name= " description" content= " <%= config.description %>" >
23
24
< meta name= " keyword" content= " <%= config.keyword %>" >
24
25
< link rel= " shortcut icon" href= " <%= config.root %>img/favicon.ico" >
You can’t perform that action at this time.
0 commit comments