SiteWebAstrolabe/src/pages/contact.md

11 lines
474 B
Markdown
Raw Normal View History

2020-06-19 23:47:44 +02:00
---
title: 'Contact'
permalink: '/contact/index.html'
layout: 'layouts/contact.njk'
2021-11-09 19:24:23 +01:00
eleventyExcludeFromCollections: true
2020-06-19 23:47:44 +02:00
---
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`.