10 lines
437 B
Markdown
10 lines
437 B
Markdown
|
---
|
||
|
title: 'Contact'
|
||
|
permalink: '/contact/index.html'
|
||
|
layout: 'layouts/contact.njk'
|
||
|
---
|
||
|
|
||
|
You can have a contact page which uses a basic form. The [code with the form fields lives here](https://github.com/hankchizljaw/hylia/blob/master/src/_includes/layouts/contact.njk).
|
||
|
|
||
|
To delete the contact form for this site, delete this page in the CMS or at `src/pages/contact.md`. You probably will also want to delete `src/pages/thank-you.md`.
|