The contact page uses the layout: contact
It automatically displays the contact form configured in the _config.yml
. It also displays any contact information from _data/contact.yml
You can edit the contact info in _data/contact.yml
# _data/contact.yml
---
phone: "+61 0417 123 XXX"
fax: false
email: "example@example.com"
address: "Clem Jones Promenade, South Brisbane QLD 4101"
map_link: "https://goo.gl/maps/c4WAN7fiRycaH1Gh7"
show_map_link: true
---