From b7c07bb9bed034ca6287a144ba4bb78cdb6c9126 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 14 May 2025 14:37:11 -0400 Subject: [PATCH] fix --- scripts/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/index.js b/scripts/index.js index aaf9ab0..38bac6b 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -42,8 +42,6 @@ function renderRepoDescription(repoLink) { let repoName = repoLink.textContent; if (repoName.toLowerCase().endsWith('.git')) { repoName = repoName.slice(0, -4); - } else { - return; } postsContainer.innerHTML = "";