Skip to content

Commit 58952e3

Browse files
authored
Merge pull request python-sprints#181 from Cheukting/update-post-template
Update post template
2 parents eaf1faf + e92244f commit 58952e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2>User groups</h2>
6868
<div id="chapters__map"></div>
6969
{% include locations_variable_generator.html locations_array=site.chapters %}
7070
<script async defer
71-
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB0NCzoIqGkYFdpRl-LmgWTKpxPBkqxxO0&callback=initMap">
71+
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBRuhAtOUuReU6mK2bCHMCJTNZUQKj0pNg&callback=initMap">
7272
</script>
7373
{% for chapter in site.chapters %}
7474
<h3><a href="{{ chapter.url }}">{{ chapter.title }}</a></h3>
@@ -208,4 +208,3 @@ <h3 class="mt-3 text-left">Contact us</h3>
208208
</div>
209209

210210
</section>
211-

0 commit comments

Comments
 (0)