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 11<head >
2+     <%  if  (page? .og ){ % > 
3+         < %  if  (page? .og ? .image ){ % >  
4+             < meta name= " twitter:card" = " summary_large_image" >  
5+             < meta name= " twitter:site" = " @YNizry" >  
6+             < meta name= " og:image" = " https://yaniv-git.github.io<%= page?.og?.image %>" >  
7+             < meta name= " twitter:image" = " https://yaniv-git.github.io<%= page?.og?.image %>" >  
8+         < %  } % >  
9+         < %  if  (page? .og ? .title ){ % >  
10+             < meta name= " og:title" = " <%= page?.og?.title %>" >  
11+             < meta name= " twitter:title" = " <%= page?.og?.title %>" >  
12+         < %  } % >  
13+         < %  if  (page? .og ? .description ){ % >  
14+             < meta name= " og:description" = " <%= page?.og?.description %>" >  
15+             < meta name= " twitter:description" = " <%= page?.og?.description %>" >  
16+         < %  } % >  
17+     < %  } % >  
218    < meta charset= " utf-8" >  
319    < meta http- equiv= " X-UA-Compatible" = " IE=edge" >  
420    < meta name= " viewport" = " width=device-width, initial-scale=1" >  
5-     <meta  property =" og:description" content =" <%= config.description %>" 
21+     <!--  = " og:description" = " <%= config.description %>" -- > 
622    < meta property= " og:type" = " website" >  
723    < meta name= " description" = " <%= config.description %>" >  
824    < meta name= " keyword" = " <%= config.keyword %>" >  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments