File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
themes/aircloud/layout/_partial Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 33 < % if (page? .og ? .image ){ % >
44 < meta name= " twitter:card" content= " summary_large_image" >
55 < 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 %>" >
77 < meta name= " twitter:image" content= " https://yaniv-git.github.io<%= page?.og?.image %>" >
88 < % } % >
99 < % if (page? .og ? .title ){ % >
10- < meta name= " og:title" content= " <%= page?.og?.title %>" >
10+ < meta name= " title " property = " og:title" content= " <%= page?.og?.title %>" >
1111 < meta name= " twitter:title" content= " <%= page?.og?.title %>" >
1212 < % } % >
1313 < % if (page? .og ? .description ){ % >
14- < meta name= " og:description" content= " <%= page?.og?.description %>" >
14+ < meta name= " description " property = " og:description" content= " <%= page?.og?.description %>" >
1515 < meta name= " twitter:description" content= " <%= page?.og?.description %>" >
1616 < % } % >
1717 < % } % >
1818 < meta charset= " utf-8" >
1919 < meta http- equiv= " X-UA-Compatible" content= " IE=edge" >
2020 < meta name= " viewport" content= " width=device-width, initial-scale=1" >
2121 < meta property= " og:type" content= " website" >
22+ < meta name= " author" content= " Yaniv Nizry" >
2223 < meta name= " description" content= " <%= config.description %>" >
2324 < meta name= " keyword" content= " <%= config.keyword %>" >
2425 < link rel= " shortcut icon" href= " <%= config.root %>img/favicon.ico" >
You can’t perform that action at this time.
0 commit comments