SiteWebAstrolabe/src/pages/contact.md

10 lines
437 B
Markdown
Raw Normal View History

2020-06-19 23:47:44 +02:00
---
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`.