fix small issue with site social share description
This commit is contained in:
parent
efe3a22f1f
commit
6c007bd4bf
@ -87,7 +87,7 @@
|
||||
{%- elsif page.subtitle -%}
|
||||
{{ page.subtitle }}
|
||||
{%- else -%}
|
||||
{{ {{ page.content | strip_html | xml_escape | truncatewords: 50 }} }}
|
||||
{{ page.content | strip_html | xml_escape | truncatewords: 50 }}
|
||||
{%- endif -%}
|
||||
{%- endcapture -%}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user