1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 12:47:49 +02:00

properly escape title in breadcrumb

This commit is contained in:
Ben Balter 2015-10-31 14:32:29 -04:00
parent 7b8c1a5433
commit 5feefc222c

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