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