From e6dffb9c5f79a26a7237c4491246206b0ecf9ab7 Mon Sep 17 00:00:00 2001 From: toshi Date: Thu, 2 Jun 2016 01:13:20 +0900 Subject: [PATCH] Fix duplicated escape_once --- lib/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/template.html b/lib/template.html index 790c43f..420bc75 100644 --- a/lib/template.html +++ b/lib/template.html @@ -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 %}