Skip to content

Commit 6c007bd

Browse files
committed
fix small issue with site social share description
1 parent efe3a22 commit 6c007bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
{%- elsif page.subtitle -%}
8888
{{ page.subtitle }}
8989
{%- else -%}
90-
{{ {{ page.content | strip_html | xml_escape | truncatewords: 50 }} }}
90+
{{ page.content | strip_html | xml_escape | truncatewords: 50 }}
9191
{%- endif -%}
9292
{%- endcapture -%}
9393

0 commit comments

Comments
 (0)