Fix duplicated escape_once

This commit is contained in:
toshi 2016-06-02 01:13:20 +09:00
parent d5e7d06599
commit e6dffb9c5f
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}