mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	@@ -13,7 +13,11 @@
 | 
				
			|||||||
  {% endfor %}
 | 
					  {% endfor %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!-- Open Graph -->
 | 
					  <!-- Open Graph -->
 | 
				
			||||||
  {% include opengraph.html %}
 | 
					  <meta property="og:title" content="{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}" />
 | 
				
			||||||
 | 
					  <meta property="og:description" content="{{ page.description | default: site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 100 | xml_escape }}" />
 | 
				
			||||||
 | 
					  <meta property="og:type" content="{{ page.layout | replace: 'post', 'article' | replace: 'page', 'website' | default: 'website' }}" />
 | 
				
			||||||
 | 
					  <meta property="og:image" content="{{ page.image | absolute_url | uri_escape }}" />
 | 
				
			||||||
 | 
					  <meta property="og:url" content="{{ page.url | absolute_url | uri_escape }}" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!-- Title / Description -->
 | 
					  <!-- Title / Description -->
 | 
				
			||||||
  <meta name="application-name" content="{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}" />
 | 
					  <meta name="application-name" content="{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}" />
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,14 +0,0 @@
 | 
				
			|||||||
<meta property="og:title"
 | 
					 | 
				
			||||||
      content="{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}" />
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<meta property="og:description"
 | 
					 | 
				
			||||||
      content="{{ page.description | default: site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 100 | xml_escape }}" />
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<meta property="og:type"
 | 
					 | 
				
			||||||
      content="{{ page.layout | replace: 'post', 'article' | replace: 'page', 'website' | default: 'website' }}" />
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<meta property="og:image"
 | 
					 | 
				
			||||||
      content="{{ page.image | absolute_url | uri_escape }}" />
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<meta property="og:url"
 | 
					 | 
				
			||||||
      content="{{ page.url | absolute_url | uri_escape }}" />
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user