Skip to content

Commit 8155df6

Browse files
authored
Adding google maps key
1 parent 6c740af commit 8155df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{% if page.permalink == '/' or page.permalink == '/hackathon/' %}
4949
<script>
5050
if ($(window).width() > 767) {
51-
document.write('<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"><\/script>')
51+
document.write('<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&key=AIzaSyAQr5Br-dyp10Z_dV0Q0aOIBKSbnRjjz3k"><\/script>')
5252
}
5353
</script>
5454
{% elsif page.permalink == '/logistics/' %}

0 commit comments

Comments
 (0)