Skip to content

Commit

Permalink
Fix ref to tickets.price in config
Browse files Browse the repository at this point in the history
  • Loading branch information
borisschapira committed Jun 26, 2018
1 parent 29128e4 commit 7a30cfc
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 @@ -50,7 +50,7 @@
},
"offers": {
"@type": "Offer",
"price": "{{ tickets.price }}",
"price": "{{ site.tickets.price }}",
"priceCurrency": "EUR",
"validFrom": "2018-01-22T00:00",
"validThrough": "2018-05-25T09:00",
Expand Down

0 comments on commit 7a30cfc

Please sign in to comment.