From f702e0b354fb7368bcdbe43355d1f2b638aef820 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Fri, 13 Nov 2020 00:19:36 +0000 Subject: upgrade: Contact widget due to Formspree deprecation see https://github.com/wowchemy/wowchemy-hugo-modules/issues/1940 --- exampleSite/content/home/contact.md | 30 +++++++++++++++--------------- exampleSite/go.mod | 2 +- exampleSite/go.sum | 4 ++-- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/content/home/contact.md b/exampleSite/content/home/contact.md index 9d65963e..bcfb0d60 100644 --- a/exampleSite/content/home/contact.md +++ b/exampleSite/content/home/contact.md @@ -3,9 +3,6 @@ # Documentation: https://sourcethemes.com/academic/docs/page-builder/ widget: contact -# Activate this widget? true/false -active: true - # This file represents a page section. headless: true @@ -15,16 +12,19 @@ weight: 130 title: Contact subtitle: -# Automatically link email and phone or display as text? -autolink: true - -# Email form provider -# 0: Disable email form -# 1: Netlify (requires that the site is hosted by Netlify) -# 2: formspree.io -email_form: 2 - -netlify: - # Enable CAPTCHA challenge to reduce spam? - captcha: false +content: + # Automatically link email and phone or display as text? + autolink: true + + # Email form provider + form: + provider: formspree + formspree: + id: test + netlify: + # Enable CAPTCHA challenge to reduce spam? + captcha: false + +design: + columns: '2' --- diff --git a/exampleSite/go.mod b/exampleSite/go.mod index faaff6c9..5f5cf83d 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ module github.com/wowchemy/starter-academic/exampleSite go 1.15 -require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201111005443-165dcd6c3eab // indirect +require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201113000901-bc07e3e614dc // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index b1a9f8e0..219d1979 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -1,2 +1,2 @@ -github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201109174124-1ed538027a75 h1:NbluAtKcpfNcsMGuVEjy5tFbwJMu50m/flJXS8RtUtI= -github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201109174124-1ed538027a75/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201113000901-bc07e3e614dc h1:CEU/1wcms1ETNl7MWY4OPGSCI89nvnZK288QzCTWnNY= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201113000901-bc07e3e614dc/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= -- cgit v1.2.3