From e3d87fb340a6d40f43ac796ceae097b488837bd2 Mon Sep 17 00:00:00 2001 From: Adrian Moreno Date: Fri, 26 May 2017 12:49:54 +0200 Subject: Add Google Maps API Key for Hugo showcase site Adding Google Maps API key with restrictive usage. It can only be used by the demo site on the Hugo Themes showcase. This fixes the error in the contact page when displaying the map. Related issue: #68 URL: https://themes.gohugo.io/theme/hugo-universal-theme/ --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 669828a..7786bfb 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -70,7 +70,7 @@ paginate = 10 defaultDescription = "Site template made by devcows using hugo" # Google Maps API key (if not set will default to not passing a key.) - googleMapsApiKey = "" + googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y" # Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet style = "default" -- cgit v1.2.3