We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552d1d0 commit 0a79ad5Copy full SHA for 0a79ad5
_includes/seo.html
@@ -22,7 +22,7 @@
22
23
{%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
24
{%- if seo_description -%}
25
- {%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
+ {%- assign seo_description = seo_description | markdownify | strip_html | newline_to_br | strip_newlines | replace: '<br />', ' ' | escape_once -%}
26
{%- endif -%}
27
28
{%- assign author = page.author | default: page.authors[0] | default: site.author -%}
0 commit comments