From 9a20a4d3f6ed32ec524c3deab01b60e7700b2c56 Mon Sep 17 00:00:00 2001 From: h Date: Tue, 25 Nov 2025 20:19:52 +0100 Subject: [PATCH] feat(templates): hate capital letters --- templates/custom/portfolio.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/custom/portfolio.tmpl b/templates/custom/portfolio.tmpl index ce0244b..c29d6b3 100644 --- a/templates/custom/portfolio.tmpl +++ b/templates/custom/portfolio.tmpl @@ -328,7 +328,7 @@ document.addEventListener('DOMContentLoaded', async () => { website: org.website, updated_at: updatedAt, isFeatured: isFeaturedOrg, - topics: ['Project'], + topics: ['project'], language: mainLang, orgName: 'Projects', url: `{{AppSubUrl}}/orgs/${org.username}/dashboard`