fix small issue with site social share description

This commit is contained in:
Dean Attali 2020-08-22 08:43:04 +00:00
parent efe3a22f1f
commit 6c007bd4bf
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
{%- elsif page.subtitle -%} {%- elsif page.subtitle -%}
{{ page.subtitle }} {{ page.subtitle }}
{%- else -%} {%- else -%}
{{ {{ page.content | strip_html | xml_escape | truncatewords: 50 }} }} {{ page.content | strip_html | xml_escape | truncatewords: 50 }}
{%- endif -%} {%- endif -%}
{%- endcapture -%} {%- endcapture -%}