Skip to content

Commit

Permalink
fics
Browse files Browse the repository at this point in the history
  • Loading branch information
Twikito committed Feb 19, 2018
1 parent 3089fdb commit e26c0b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _includes/schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@
{
"@type": "Person",
"name": "{{ member.firstname }} {{ member.lastname }}",
"sameAs": "https://twitter.com/{{ member.twitter }}",
"sameAs": "{{ member.url }}"
"sameAs": [
"https://twitter.com/{{ member.twitter }}",
"{{ member.url }}"
]
}
{% endfor %}]
},
Expand Down

0 comments on commit e26c0b7

Please sign in to comment.