From 2c617c21c7376f3002b1756420695cd44d505035 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 2 Apr 2025 12:46:30 -0400 Subject: [PATCH] feat: rename cp log --- .../{cp-log.html => competitive-programming-log.html} | 0 scripts/index.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename posts/algorithms/{cp-log.html => competitive-programming-log.html} (100%) diff --git a/posts/algorithms/cp-log.html b/posts/algorithms/competitive-programming-log.html similarity index 100% rename from posts/algorithms/cp-log.html rename to posts/algorithms/competitive-programming-log.html diff --git a/scripts/index.js b/scripts/index.js index 4a17652..aa77047 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -18,8 +18,8 @@ const postMapping = new Map([ [ "Algorithms", [ + { name: "competitive programming log", link: "competitive-programming-log" }, { name: "leetcode daily", link: "leetcode-daily" }, - { name: "cp log", link: "cp-log" }, ], ], ]);