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 = "";