This commit is contained in:
Set Hallstrom 2020-07-11 09:25:57 +02:00
parent 3f3ace96bc
commit 81ed275d6a

View file

@ -200,10 +200,10 @@
"description": "{{ site.description | strip_html }}",
"address": {
"@type": "PostalAddress",
"addressLocality": "Geneva",
"addressRegion": "Geneva",
"postalCode": "1201",
"addressCountry": "Switzerland"
"addressLocality": "{{ site.geo.town }}",
"addressRegion": "{{ site.geo.region }}",
"postalCode": "{{ site.geo.postalcode }}",
"addressCountry": "{{ site.geo.country }}"
}
}
</script>