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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-11-13 03:19:36 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-11-13 03:19:36 +0300
commitf702e0b354fb7368bcdbe43355d1f2b638aef820 (patch)
treebb34209533218d17e1d7f1c46d8125724905e203 /content
parent391db20c757757684a8ea6b67cdf5151225315a5 (diff)
upgrade: Contact widget due to Formspree deprecation
see https://github.com/wowchemy/wowchemy-hugo-modules/issues/1940
Diffstat (limited to 'content')
-rw-r--r--content/home/contact.md46
1 files changed, 26 insertions, 20 deletions
diff --git a/content/home/contact.md b/content/home/contact.md
index 25188e2b..cdb3055f 100644
--- a/content/home/contact.md
+++ b/content/home/contact.md
@@ -1,24 +1,30 @@
-+++
-# Contact widget.
-widget = "contact" # See https://sourcethemes.com/academic/docs/page-builder/
-headless = true # This file represents a page section.
-active = true # Activate this widget? true/false
-weight = 130 # Order that this section will appear.
+---
+# An instance of the Contact widget.
+# Documentation: https://sourcethemes.com/academic/docs/page-builder/
+widget: contact
-title = "Contact"
-subtitle = ""
+# This file represents a page section.
+headless: true
-# Automatically link email and phone?
-autolink = true
+# Order that this section appears on the page.
+weight: 130
-# Email form provider
-# 0: Disable email form
-# 1: Netlify (requires that the site is hosted by Netlify)
-# 2: formspree.io
-email_form = 2
-
-# Netlify form settings.
-[netlify]
- captcha = false # Enable CAPTCHA challenge to reduce spam?
-+++
+title: Contact
+subtitle:
+content:
+ # Automatically link email and phone or display as text?
+ autolink: true
+
+ # Email form provider
+ form:
+ provider: netlify
+ formspree:
+ id:
+ netlify:
+ # Enable CAPTCHA challenge to reduce spam?
+ captcha: false
+
+design:
+ columns: '2'
+---