Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <danielsaunders@Mac-mini.gateway>2018-05-02 02:20:31 +0300
committerDaniel Saunders <danielsaunders@Mac-mini.gateway>2018-05-02 02:20:31 +0300
commite78912720070067224db0945efcb38a2831a381a (patch)
tree341644f91ccda5a91af209b77119d553dcd0a1e5 /exampleSite
parentdf3d8de500cfe52149165e9e940ef5af9396df70 (diff)
Simplify maps.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml12
1 files changed, 7 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 41fa8a1..c91b032 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -44,11 +44,13 @@ customCSS = ["", ""]
subtitle = "Another Church Theme"
author = "Daniel Saunders"
- # For Google maps
- latitude = "48.8529682"
- longitude = "2.3477081"
- direction = "" #Cathédrale Notre-Dame de Paris
- google_maps_api_key = ""
+ [params.map]
+ # For Google maps
+ latitude = "48.85267"
+ longitude = "2.3471036"
+ zoom = "20"
+ direction = "" #Cathédrale Notre-Dame de Paris
+ google_maps_api_key = "AIzaSyC-fM6ImQsM1CLxNzcMBQRlK1XXnJdSqHI"
#Paramaters for the home/landing page
[params.landing]