From 5feefc222c6a7aa3badb7d59df665d460192cb80 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sat, 31 Oct 2015 14:32:29 -0400 Subject: [PATCH] properly escape title in breadcrumb --- _includes/breadcrumbs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index f73e9bd..1cc6bdc 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -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 }} } }] }