Merge pull request #93 from toshimaru/master
Fix duplicated escape_once
This commit is contained in:
commit
fe10f7900b
|
@ -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