From 93f4f274c5731318852ffcacae6a05a9d2b3b8fb Mon Sep 17 00:00:00 2001 From: Sanjaiyan Parthipan Date: Mon, 4 Sep 2023 15:20:30 +0530 Subject: [PATCH] improve: Minor improvement in website --- _includes/footer.html | 5 ----- _includes/form.html | 8 ++++---- _includes/header.html | 7 ++++++- _layouts/form-page.html | 9 +++++---- assets/css/custom.scss | 1 + aws-govcloud.html | 2 +- community.md | 2 +- index.html | 6 +++--- 8 files changed, 21 insertions(+), 19 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 562854dfb..e6bddc9ef 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -28,11 +28,6 @@ - {% if page.url == "/community/" %} - - {% elsif page.url == "/" %} - - {% endif %} diff --git a/_includes/form.html b/_includes/form.html index 7773283c6..f82977274 100644 --- a/_includes/form.html +++ b/_includes/form.html @@ -7,7 +7,7 @@ - + Your full name is required. @@ -15,7 +15,7 @@ - + A valid email address is required. @@ -23,7 +23,7 @@ - + A valid company name is required. @@ -35,7 +35,7 @@ A valid comment is required. - + diff --git a/_includes/header.html b/_includes/header.html index 86443ab8d..9d2380723 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -8,6 +8,11 @@ {% seo %} + {% if page.url == "/community/" %} + + {% elsif page.url == "/" %} + + {% endif %} @@ -15,7 +20,7 @@