From 00b3293c27174251a509feae4238cb7c614f7b0d Mon Sep 17 00:00:00 2001 From: chris3ware <36608309+chris3ware@users.noreply.github.com> Date: Wed, 28 Aug 2024 05:22:04 +0100 Subject: [PATCH 1/2] fix(www): Add post method to contact form Before this change a HTTP 405 error was displayed. This change has been tested locally and now the captcha is displayed and the email is delivered. --- content/en/home/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/home/_index.md b/content/en/home/_index.md index abf9a4b..2d4a99e 100644 --- a/content/en/home/_index.md +++ b/content/en/home/_index.md @@ -49,4 +49,4 @@ For more information about our services and how we can help with delivering your Business Hours: Monday - Friday: 09:00 - 17:00 Saturday - Sunday: Closed -{{< form-contact action="" >}} +{{}} From b7adc0ecb0eb91134e558507669afff2901c82c0 Mon Sep 17 00:00:00 2001 From: chris3ware <36608309+chris3ware@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:12:19 +0100 Subject: [PATCH 2/2] ci(lint-and-test): Add ignore syntax for trunk markdownlint To suppress the no-inline-html check - MD033 --- content/en/home/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/home/_index.md b/content/en/home/_index.md index 2d4a99e..78b698f 100644 --- a/content/en/home/_index.md +++ b/content/en/home/_index.md @@ -49,4 +49,4 @@ For more information about our services and how we can help with delivering your Business Hours: Monday - Friday: 09:00 - 17:00 Saturday - Sunday: Closed -{{}} +{{}}