Skip to content

Commit

Permalink
fix small issue with site social share description
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Aug 22, 2020
1 parent efe3a22 commit 6c007bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}

Expand Down

0 comments on commit 6c007bd

Please sign in to comment.