jsonify page.url instead of using quotes

This commit is contained in:
Pat Hawks 2016-03-02 08:22:33 -08:00
parent 2ada2f6a49
commit f909777f3c
No known key found for this signature in database
GPG Key ID: F1746FF5F18B3D1B
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}
}
</script>