mirror of
				https://git.coop/cotech/website.git
				synced 2025-11-04 10:36:32 +00:00 
			
		
		
		
	still an issue with blank descriptions #53
This commit is contained in:
		@ -2,7 +2,7 @@
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
{% if page.excerpt != blank %}
 | 
			
		||||
  <meta name="description" content="{{ page.excerpt | strip_html }}" />
 | 
			
		||||
{% elsif page.collection == 'coops' and page.ontent != blank %}
 | 
			
		||||
{% elsif page.collection == 'coops' and page.content != blank %}
 | 
			
		||||
  <meta name="description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
 | 
			
		||||
{% else %}
 | 
			
		||||
  <meta name="description" content="Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
 | 
			
		||||
@ -11,8 +11,10 @@
 | 
			
		||||
  <title>{{ page.title }} « Cooperative Technologists</title>
 | 
			
		||||
  <meta property="og:type" content="website" />
 | 
			
		||||
  <meta property="og:title" content="{{ page.title }}" />
 | 
			
		||||
{% if page.excerpt %}
 | 
			
		||||
{% if page.excerpt != blank %}
 | 
			
		||||
  <meta property="og:description" content="{{ page.excerpt | strip_html }}" />
 | 
			
		||||
{% elsif page.collection == 'coops' and page.content != blank %}
 | 
			
		||||
  <meta property="og:description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
 | 
			
		||||
{% else %}
 | 
			
		||||
  <meta property="og:description" content="Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user