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:
Diffstat (limited to 'exampleSite/content/home/contact.md')
-rw-r--r--exampleSite/content/home/contact.md30
1 files changed, 15 insertions, 15 deletions
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'
---