This commit is contained in:
Barrett Ruth 2025-05-14 14:37:11 -04:00
parent d2be55824f
commit b7c07bb9be

View file

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