From 10b2f51c308c8a101700272cf58c96fee106a290 Mon Sep 17 00:00:00 2001 From: Musharaf Aijaz Baba <49266438+Musharraffaijaz@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:42:49 +0000 Subject: [PATCH] Fix date format in news.md (#815) * Fix date format in news.md * Updated the title and date with it's correct format in the front matter field --- content/en/news.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/news.md b/content/en/news.md index a7af2519b2..930e685db6 100644 --- a/content/en/news.md +++ b/content/en/news.md @@ -1,8 +1,8 @@ --- -title: News +title: "News" sidebar: false newsHeader: "NumPy 2.2.0 released!" -date: 2024-12-8 +date: 2024-12-08 --- ### NumPy 2.2.0 released