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" }, ], ], ]);