Skip to content

Commit

Permalink
changed address back to Lapinrinne
Browse files Browse the repository at this point in the history
  • Loading branch information
vuolen committed Jul 5, 2022
1 parent 24d5b1e commit d51dec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sato/templates/footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ <h4>Seuraa meitä</h4>
<h4 itemprop="name">Satakuntalainen Osakunta</h4>

<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<p itemprop="streetAddress">Urho Kekkosen katu 4-6 D</p>
<p itemprop="streetAddress">Lapinrinne 1 E1</p>

<p>
<span itemprop="postalCode">00100</span>
<span itemprop="postalCode">00180</span>
<span itemprop="addressLocality">Helsinki</span>
</p>
<meta itemprop="addressCountry" content="Suomi">
Expand Down
2 changes: 1 addition & 1 deletion sato/templates/specific-pages/yhteystiedot.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
});

var geocoder = new google.maps.Geocoder();
var address = "Urho Kekkosen katu 4-6 D, Helsinki";
var address = "Lapinrinne 1 E1";

geocoder.geocode({ 'address': address }, function (results, status) {
if (status === 'OK') {
Expand Down

0 comments on commit d51dec1

Please sign in to comment.