Skip to content

Commit

Permalink
URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Twikito committed Feb 19, 2018
1 parent 5e43341 commit fbbffc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _includes/schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@type": "Event",
"name": "Sud Web 2018",
"description": "La conférence Web surtout Humaine",
"url": "{{ site.url }}{{ page.baseurl | default:site.baseurl }}",
"image": "{{ site.url }}{{ site.baseurl }}/assets/images/social/og-image-{{ lang }}.jpg",
"startDate": "2018-05-25T09:00",
"endDate": "2018-05-26T18:00",
Expand Down Expand Up @@ -41,7 +42,8 @@
{
"@type": "Person",
"name": "{{ member.firstname }} {{ member.lastname }}",
"sameAs": "https://twitter.com/{{ member.twitter }}"
"sameAs": "https://twitter.com/{{ member.twitter }}",
"sameAs": "{{ member.url }}"
}
{% endfor %}]
},
Expand Down

0 comments on commit fbbffc8

Please sign in to comment.