Remove extra spaces after :
This commit is contained in:
parent
6fee80f754
commit
cd8fd82587
1 changed files with 5 additions and 5 deletions
|
@ -135,11 +135,11 @@
|
||||||
{% if site.social %}
|
{% if site.social %}
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context" : "http://schema.org",
|
"@context": "http://schema.org",
|
||||||
"@type" : "{% if site.social.type %}{{ site.social.type }}{% else %}Person{% endif %}",
|
"@type": "{% if site.social.type %}{{ site.social.type }}{% else %}Person{% endif %}",
|
||||||
"name" : {{ site.social.name | default: site.name | jsonify }},
|
"name": {{ site.social.name | default: site.name | jsonify }},
|
||||||
"url" : {{ seo_url | jsonify }},
|
"url": {{ seo_url | jsonify }},
|
||||||
"sameAs" : {{ site.social.links | jsonify }}
|
"sameAs": {{ site.social.links | jsonify }}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue