Skip to content

Commit

Permalink
Fix jsonify name in seo.html application/ld+json script (mmistakes#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
d00616 authored and mmistakes committed Jan 17, 2018
1 parent 030c5c1 commit 40ee7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
{
"@context" : "http://schema.org",
"@type" : "{% if site.social.type %}{{ site.social.type }}{% else %}Person{% endif %}",
"name" : "{{ site.social.name | default: site.name }}",
"name" : {{ site.social.name | default: site.name | jsonify }},
"url" : {{ seo_url | jsonify }},
"sameAs" : {{ site.social.links | jsonify }}
}
Expand Down

0 comments on commit 40ee7a9

Please sign in to comment.