use page.content if page.excerpt doesn't exist #53

This commit is contained in:
Chris Croome 2019-04-25 14:41:46 +01:00
parent a3cc37053b
commit 82c8a58624
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% if page.excerpt %}
<meta name="description" content="{{ page.excerpt | strip_html }}" />
{% elsif page.content %}
<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." />
{% endif %}