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