Merge pull request #66 from jekyll/pr/jsonify_url

jsonify page.url instead of using quotes
This commit is contained in:
Pat Hawks 2016-03-02 08:35:32 -08:00
commit 44867f5e7d
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>