added gitea entry

This commit is contained in:
2026-09-25 07:22:03 +02:00
parent 43203af33e
commit 03e23f9802
6 changed files with 60 additions and 1 deletions
+3 -1
View File
@@ -16,7 +16,9 @@ export function renderProjects(container, navbar, data, imageConfig) {
blocks.appendChild(createBlock(block, i, imageConfig));
});
section.appendChild(createGithubLink(item.github, data.github_desc));
if (item.github) {
section.appendChild(createGithubLink(item.github, data.github_desc));
}
});
}