You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by gu...@apache.org on 2022/09/20 13:36:04 UTC

[apisix-website] branch master updated: fix: style and picked posts config (#1333)

This is an automated email from the ASF dual-hosted git repository.

guoqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f46a2e4e45e fix: style and picked posts config (#1333)
f46a2e4e45e is described below

commit f46a2e4e45e1b6749d50cd16e28dc80cf0ce6d2b
Author: Young <is...@outlook.com>
AuthorDate: Tue Sep 20 21:35:57 2022 +0800

    fix: style and picked posts config (#1333)
---
 blog/en/config/picked-posts.json           |  2 +-
 blog/src/theme/BlogPosts/style.module.scss | 15 ---------------
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/blog/en/config/picked-posts.json b/blog/en/config/picked-posts.json
index 20cd51baa03..be7777154c8 100644
--- a/blog/en/config/picked-posts.json
+++ b/blog/en/config/picked-posts.json
@@ -1,6 +1,6 @@
 [
     "blog/en/blog/2022/09/13/why-is-apache-apisix-the-best-api-gateway.md",
-    "blog/en/blog/2021/06/28/why-we-need-apache-apisix.md",
+    "blog/en/blog/2021/06/28/why-we-need-Apache-APISIX.md",
     "blog/en/blog/2022/07/06/use-keycloak-with-api-gateway-to-secure-apis.md",
     "blog/en/blog/2022/02/25/consul-api-gateway.md",
     "blog/en/blog/2022/02/10/splunk-apisix-integration.md",
diff --git a/blog/src/theme/BlogPosts/style.module.scss b/blog/src/theme/BlogPosts/style.module.scss
index 2f28455d55e..c6355792840 100644
--- a/blog/src/theme/BlogPosts/style.module.scss
+++ b/blog/src/theme/BlogPosts/style.module.scss
@@ -280,21 +280,6 @@ article.pickedPosts {
       color: #fff;
     }
   }
-
-  &:last-of-type:nth-of-type(2n + 1) {
-    @include bigSize;
-
-    border-color: transparent;
-    margin: 2rem 0 5rem;
-
-    .content {
-      header {
-        &::before {
-          content: "Featured Post";
-        }
-      }
-    }
-  }
 }
 
 @include respond-below(sm) {