22 lines
412 B
Markdown
22 lines
412 B
Markdown
+++
|
|
# Contact widget.
|
|
widget = "contact" # Do not modify this line!
|
|
active = true # Activate this widget? true/false
|
|
|
|
title = "Contact"
|
|
subtitle = ""
|
|
|
|
# Order that this section will appear in.
|
|
weight = 70
|
|
|
|
# Automatically link email and phone?
|
|
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
|
|
+++
|
|
|