fix small issue with site social share description
This commit is contained in:
parent
efe3a22f1f
commit
6c007bd4bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue