Skip to content

Commit

Permalink
Schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
Twikito committed Jan 21, 2018
1 parent 88d947f commit 0184bc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _includes/schema.html
Original file line number Diff line number Diff line change
@@ -34,18 +34,18 @@
"name": "{{ member.name }}",
"sameAs": "https://twitter.com/{{ member.twitter }}"
}{% endfor %}]
},
"offers": {
"@type": "Offer",
"price": "250.00",
"priceCurrency": "EURO",
"url": "{{ site.url }}{{ page.baseurl | default:site.baseurl }}/{% t billetterie %}/"
}
{% comment %}
"performer": {
"@type": "Person"
"name": "",
"sameAs": ""
},
"offers": {
"@type": "Offer",
"price": "250.00",
"priceCurrency": "EURO",
"url": ""
}
{% endcomment %}
}

0 comments on commit 0184bc5

Please sign in to comment.