Skip to content

Commit

Permalink
fix gmap
Browse files Browse the repository at this point in the history
  • Loading branch information
ams0 committed Aug 11, 2022
1 parent 107c563 commit 784082b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/coHub/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{{ "<!-- Non Critical CSS -->" | safeHTML }}
{{$style := resources.Get "scss/non-critical.scss" | resources.ToCSS | resources.Minify }}
<link href="{{ $style.Permalink }}" rel="stylesheet" />
<script src="https://maps.googleapis.com/maps/api/js?key={{ .Site.Params.APIkey }}&libraries=geometry">
<script src="https://maps.googleapis.com/maps/api/js?key={{ .Site.Params.map.APIkey | safeURL }}&libraries=geometry">
</script>
{{ "<!-- VENDOR JS -->" | safeHTML }}
<script src="{{"vendor/jQuery/jquery.min.js" | absURL }}"></script>
Expand Down

0 comments on commit 784082b

Please sign in to comment.