mirror of
https://github.com/github/choosealicense.com
synced 2024-12-21 12:20:10 +01:00
properly escape title in breadcrumb
This commit is contained in:
parent
7b8c1a5433
commit
5feefc222c
@ -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 }}
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user