mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Fixed ribbon url in session-modals, added webmaster tools verification, view-on-map bug fix, sold out tickets label, fixed schema.org speaker's image url
This commit is contained in:
parent
6c0eda3d3e
commit
488f83f50d
11 changed files with 40 additions and 5 deletions
|
@ -85,7 +85,7 @@
|
|||
{
|
||||
"@type" : "Person",
|
||||
"name" : "{{ speaker.name }} {{ speaker.surname }}",
|
||||
"image" : "{{ speaker.thumbnailUrl | prepend: site.thumbnailsFolder | prepend: site.baseurl | prepend: site.url }}",
|
||||
"image" : "{{ site.url | append: site.baseurl | append: '/img/people/' | append: speaker.thumbnailUrl }}",
|
||||
"jobTitle" : "{{ speaker.title }}",
|
||||
"worksFor" : {
|
||||
"@type" : "Organization",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue