fix for pages without excerpt #53
This commit is contained in:
parent
cfb5a106af
commit
ad7c252a59
@ -1,8 +1,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
{% if page.excerpt and page.excerpt != "" %}
|
{% if page.excerpt != blank %}
|
||||||
<meta name="description" content="{{ page.excerpt | strip_html }}" />
|
<meta name="description" content="{{ page.excerpt | strip_html }}" />
|
||||||
{% elsif page.collection == 'coops' %}
|
{% elsif page.collection == 'coops' and page.ontent != blank %}
|
||||||
<meta name="description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
|
<meta name="description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
|
||||||
{% else %}
|
{% else %}
|
||||||
<meta name="description" content="Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
|
<meta name="description" content="Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
|
||||||
|
Loading…
Reference in New Issue
Block a user