Fix duplicated escape_once
This commit is contained in:
parent
d5e7d06599
commit
e6dffb9c5f
|
@ -38,7 +38,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if seo_title %}
|
||||
{% assign seo_title = seo_title | smartify | strip_html | strip_newlines | escape_once | escape_once %}
|
||||
{% assign seo_title = seo_title | smartify | strip_html | strip_newlines | escape_once %}
|
||||
{% endif %}
|
||||
|
||||
{% if seo_site_title %}
|
||||
|
|
Loading…
Reference in New Issue