From 3f84a61e79095c57cb6106c0ddc0f847dde15f50 Mon Sep 17 00:00:00 2001 From: Matt Andrews Date: Sat, 11 Jun 2016 14:16:58 +0100 Subject: A few minor English language and grammar tweaks --- exampleSite/config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5bf70ae..d4559fa 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,17 +19,17 @@ googleAnalytics = "" name = "Your Name" description = "Your Description" - # For a static site its no possible to provide a contact form. The contact form uses + # For a static site it's not possible to provide a contact form. The contact form uses # www.formspree.io as a proxy. The form makes a Post request to their servers to send an email - # Visitiors can send up to a 1000 eamails each month + # Visitors can send up to a 1000 emails each month # # How to setup formspree # # - set your email address under 'email' below # - upload the generated site to your server - # - send a dummy email yourself to confirm your account - # - click the confirm link in the email form www.formspree.io - # - Thats all. Enjoy mailing! + # - send a dummy email to yourself to confirm your account + # - click the confirmation link in the email form www.formspree.io + # - That's all. Enjoy mailing! email = "your@mail.com" # Hero Section @@ -85,7 +85,7 @@ googleAnalytics = "" # - the contact form # - social icons # - # It's possible to disable the hole footer or the the disable only social icons or contact form + # It's possible to disable the whole footer or disable only social icons or contact form [params.footer] enable = true -- cgit v1.2.3 From 10c4f0b545f4de4ad0ed72cb810a20983a3e3d3f Mon Sep 17 00:00:00 2001 From: Matt Andrews Date: Sat, 11 Jun 2016 14:18:00 +0100 Subject: =?UTF-8?q?=E2=80=A6=20and=20one=20more=20small=20tweak?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d4559fa..5a09ac6 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -28,7 +28,7 @@ googleAnalytics = "" # - set your email address under 'email' below # - upload the generated site to your server # - send a dummy email to yourself to confirm your account - # - click the confirmation link in the email form www.formspree.io + # - click the confirmation link in the email from www.formspree.io # - That's all. Enjoy mailing! email = "your@mail.com" -- cgit v1.2.3