diff --git a/assets/scss/footer.scss b/assets/scss/footer.scss index 61bb3da58..86b054c4a 100644 --- a/assets/scss/footer.scss +++ b/assets/scss/footer.scss @@ -61,6 +61,10 @@ } } } + #message { + color: red; + margin-left: 16px; + } } .right-div { width: 720px; diff --git a/config/_default/config.toml b/config/_default/config.toml index 488566cf1..b012a949b 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -9,6 +9,7 @@ baseURL = "https://hugo-first.netlify.app" [params] logo = "images/logo.svg" +mailchimpSubscribeUrl = "https://gmail.us18.list-manage.com/subscribe/post?u=553ce463e00897cc36ed80866&id=f4b5009074" [languages.en] contentDir = "content/en" diff --git a/config/upstream/config.toml b/config/upstream/config.toml index 5baca9897..393a12122 100644 --- a/config/upstream/config.toml +++ b/config/upstream/config.toml @@ -1 +1,4 @@ -baseURL = "https://dev.kubesphere.io/" \ No newline at end of file +baseURL = "https://dev.kubesphere.io/" + +[params] +mailchimpSubscribeUrl = "" diff --git a/i18n/en.yaml b/i18n/en.yaml index d313b41f5..3519f25d0 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -22,5 +22,9 @@ translation: KubeSphere is committed to the open source contribution of cloud native technology, enriching the ecology of the open source community - id: introduction12 translation: Goto Github +- id: email is required + translation: email is required! +- id: Please enter a valid email address. + translation: Please enter a valid email address! diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index aaad998ad..c8fd32dc1 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -7,9 +7,17 @@

{{ i18n "introduction7" }}

- - +
+ + +
+
- \ No newline at end of file + + + + \ No newline at end of file