mirror of
https://github.com/zeon-studio/hugoplate.git
synced 2026-09-10 07:06:19 -04:00
Merge pull request #242 from anupamme/fix-repo-hugoplate-remove-hardcoded-google-maps-api-key
fix: a hardcoded google maps api key is exposed in t... in params.toml
This commit is contained in:
commit
2f5a454ee7
|
|
@ -110,7 +110,7 @@ sidebar = ["categories", "tags"]
|
|||
# google map
|
||||
[google_map]
|
||||
enable = false
|
||||
map_api_key = "AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU"
|
||||
map_api_key = "" # Replace with your Google Maps API key
|
||||
map_latitude = "51.5223477"
|
||||
map_longitude = "-0.1622023"
|
||||
map_marker = "images/marker.png"
|
||||
|
|
|
|||
Loading…
Reference in a new issue