This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new df4b5b037788 chore: fix the blog page description (#14301)
df4b5b037788 is described below
commit df4b5b0377880440b836a53a954d9e1aa0927006
Author: Ranga Reddy <[email protected]>
AuthorDate: Thu Nov 20 23:30:43 2025 +0530
chore: fix the blog page description (#14301)
---
website/src/components/BlogList/index.js | 3 ---
1 file changed, 3 deletions(-)
diff --git a/website/src/components/BlogList/index.js
b/website/src/components/BlogList/index.js
index 86f4eea484bc..9dd97ebb6923 100644
--- a/website/src/components/BlogList/index.js
+++ b/website/src/components/BlogList/index.js
@@ -109,9 +109,6 @@ export default function BlogList() {
<span className={styles.date}>{formattedDate}</span>
</div>
<h3 className={styles.title}>{title}</h3>
- {description && (
- <p className={styles.description}>{description}</p>
- )}
</div>
</Link>
</article>