Merge pull request #66 from jekyll/pr/jsonify_url
jsonify page.url instead of using quotes
This commit is contained in:
commit
44867f5e7d
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue