We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaf1faf + e92244f commit 58952e3Copy full SHA for 58952e3
index.html
@@ -68,7 +68,7 @@ <h2>User groups</h2>
68
<div id="chapters__map"></div>
69
{% include locations_variable_generator.html locations_array=site.chapters %}
70
<script async defer
71
- src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB0NCzoIqGkYFdpRl-LmgWTKpxPBkqxxO0&callback=initMap">
+ src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBRuhAtOUuReU6mK2bCHMCJTNZUQKj0pNg&callback=initMap">
72
</script>
73
{% for chapter in site.chapters %}
74
<h3><a href="{{ chapter.url }}">{{ chapter.title }}</a></h3>
@@ -208,4 +208,3 @@ <h3 class="mt-3 text-left">Contact us</h3>
208
</div>
209
210
</section>
211
-
0 commit comments