From 28c163e2da8e5c97c65391eb2cc547eba2c89794 Mon Sep 17 00:00:00 2001 From: Guillermo Guerrero Date: Thu, 21 Jul 2016 20:14:15 +0200 Subject: Fixed styles. Added GoogleMaps at contact page. --- exampleSite/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3a201bb..2c386f4 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -65,6 +65,12 @@ theme = "universal" [social] github = "devcows" +[params.contact] + map = true + mapLat = 41.1333037 + mapLng = 1.2467193 + mapTitle = "DevCows" + # Enable and disable widgets for the right sidebar [params.widgets] categories = true -- cgit v1.2.3