Skip to content

Commit

Permalink
Structured data fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Twikito committed Feb 19, 2018
1 parent e2eddec commit 473ce16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"member": [{% for member in thym %}{% unless forloop.first == true %},{% endunless %}{
"@type": "Person",
"name": "{{ member.name }}",
"name": "{{ member.firstname }} {{ member.lastname }}",
"sameAs": "https://twitter.com/{{ member.twitter }}"
}{% endfor %}]
},
Expand Down

0 comments on commit 473ce16

Please sign in to comment.