From f909777f3cd640051a96c0e05d385bc2901de3ea Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Wed, 2 Mar 2016 08:22:33 -0800 Subject: [PATCH] jsonify page.url instead of using quotes --- lib/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/template.html b/lib/template.html index ba29151..93e3432 100644 --- a/lib/template.html +++ b/lib/template.html @@ -182,7 +182,7 @@ "sameAs": {{ seo_links | jsonify }}, {% endif %} - "url": "{{ page.url | prepend: seo_url | replace:'/index.html','/' }}" + "url": {{ page.url | prepend: seo_url | replace:'/index.html','/' | jsonify }} }