File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 {% endif %}
1919{% endif %}
2020{% if seo_title %}
21- {% assign seo_title = seo_title | replace:'"','"' | markdownify | strip_html | strip_newlines | replace:'"','"' | escape_once %}
21+ {% assign seo_title = seo_title | escape | markdownify | strip_html | strip_newlines | replace:'"','"' | escape_once %}
2222{% endif %}
2323
2424{% if page.description %}
2727 {% assign seo_description = site.description %}
2828{% endif %}
2929{% if seo_description %}
30- {% assign seo_description = seo_description | replace:'"','"' | markdownify | strip_html | strip_newlines | replace:'"','"' | escape_once %}
30+ {% assign seo_description = seo_description | escape | markdownify | strip_html | strip_newlines | replace:'"','"' | escape_once %}
3131{% endif %}
3232
3333{% if seo_title %}
You can’t perform that action at this time.
0 commit comments