From 0bd1c419d6d119fd5e18a279487d03f9107f4454 Mon Sep 17 00:00:00 2001 From: ericjinks Date: Fri, 13 Oct 2017 12:51:06 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Pages=20=E2=80=9Ccontact-page=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/pages/contact.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/contact.json b/content/pages/contact.json index 469b3c2..bf3a0ba 100644 --- a/content/pages/contact.json +++ b/content/pages/contact.json @@ -1 +1 @@ -{"title":"Contact","body":"# 🍉 HyperStatic\n\nA not-so-static site boilerplate:\n\n* **Create React App** for simplicity\n* **Styled Components** for component-based css\n* **React Router** for routing (v4)\n* **React Helmet** for document titles, descriptions, meta\n* **React Snapshot** for pre-rendering to static html so it works without Javascript ⭐️\n* [**Netlify CMS**](https://netlifycms.org)"} +{"title":"Contact","subtitle":"","body":"# Example contact form\n\nThis form is setup to use Netlify's form handling:\n\n- the form action is set to the current absolute url: \\`action: '/contact/'\\`\n- a name attribute is sent with the form's data \\`'form-name': 'Contact'\\`\n- netlify data attributes are added to the form \\`data-netlify data-netlify-honeypot\\`\n\nFind out more in the [Netlify Docs](https://www.netlify.com/docs/form-handling/).\n"} \ No newline at end of file