Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0aad5e6

Browse files
committedJan 17, 2018
Fix jsonify name in seo.html application/ld+json script
1 parent 474ed73 commit 0aad5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_includes/seo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
{
138138
"@context" : "http://schema.org",
139139
"@type" : "{% if site.social.type %}{{ site.social.type }}{% else %}Person{% endif %}",
140-
"name" : "{{ site.social.name | default: site.name }}",
140+
"name" : {{ site.social.name | default: site.name | jsonify }},
141141
"url" : {{ seo_url | jsonify }},
142142
"sameAs" : {{ site.social.links | jsonify }}
143143
}

0 commit comments

Comments
 (0)
Please sign in to comment.