Skip to content

Commit

Permalink
change filter to the correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
nickchen120235 committed Sep 10, 2023
1 parent 5098c46 commit eebab1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/default/head.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<!-- Twitter Cards -->
<meta name="twitter:title" content="{{ page.title | default: site.title }}">
<meta name="twitter:description" content="{{ page.content | strip_html | strip_newlines | truncate: 160 | default: site.header_text}}">
<meta name="twitter:description" content="{{ page.content | default: site.header_text | strip_html | strip_newlines | truncate: 160 }}">
{% if site.data.social.twitter %}
<meta name="twitter:creator" content="@{{ site.data.social.twitter }}">
<meta name="twitter:site" content="@{{ site.data.social.twitter }}">
Expand Down

0 comments on commit eebab1b

Please sign in to comment.