Merge pull request #93 from toshimaru/master

Fix duplicated escape_once
This commit is contained in:
Ben Balter 2016-06-01 15:14:57 -04:00
commit fe10f7900b
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 %}