2017-11-23 02:41:58 +01:00
|
|
|
+++
|
|
|
|
# Contact widget.
|
2019-02-04 23:42:51 +01:00
|
|
|
widget = "contact" # Do not modify this line!
|
|
|
|
active = true # Activate this widget? true/false
|
2017-11-23 02:41:58 +01:00
|
|
|
|
|
|
|
title = "Contact"
|
|
|
|
subtitle = ""
|
|
|
|
|
|
|
|
# Order that this section will appear in.
|
2019-02-27 23:34:04 +01:00
|
|
|
weight = 130
|
2017-11-23 02:41:58 +01:00
|
|
|
|
|
|
|
# Automatically link email and phone?
|
|
|
|
autolink = true
|
|
|
|
|
2018-10-21 02:26:52 +02:00
|
|
|
# Email form provider
|
|
|
|
# 0: Disable email form
|
|
|
|
# 1: Netlify (requires that the site is hosted by Netlify)
|
|
|
|
# 2: formspree.io
|
|
|
|
email_form = 2
|
2017-11-23 02:41:58 +01:00
|
|
|
+++
|
|
|
|
|