Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 2ebe430

Browse files
author
Jensen Tonne
committed
Use meta name instead of meta property for location language, fixes OpenGraph validation.
1 parent 8565fd0 commit 2ebe430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gmaps.outro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
});
55

6-
var language = $('meta[property="foundry:location:language"]').attr("content") || 'en';
6+
var language = $('meta[name="foundry:location:language"]').attr("content") || 'en';
77

88
// Load google maps api
99
$.require()

0 commit comments

Comments
 (0)