fix small issue with site social share description
This commit is contained in:
parent
efe3a22f1f
commit
6c007bd4bf
@ -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 -%}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user