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 -%}
|
{%- 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…
Add table
Add a link
Reference in a new issue