properly escape title in breadcrumb

This commit is contained in:
Ben Balter 2015-10-31 14:32:29 -04:00
parent 7b8c1a5433
commit 5feefc222c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
"position": {% if page.layout == "license" %}3{% else %}2{% endif %},
"item": {
"@id": "{{ site.github.url }}{{ page.url }}",
"name": "{{ page.title }}"
"name": {{ page.title | jsonify }}
}
}]
}