From 27cd4d06e8bccb1be8eea6892b1bf819b39a270a Mon Sep 17 00:00:00 2001 From: juanatsap Date: Mon, 4 May 2026 14:46:53 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20badge=20order=20=E2=80=94=20GitHub=20ico?= =?UTF-8?q?n,=20number,=20star=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/partials/sections/projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/sections/projects.html b/templates/partials/sections/projects.html index 2436c0d..ea7899e 100644 --- a/templates/partials/sections/projects.html +++ b/templates/partials/sections/projects.html @@ -39,7 +39,7 @@ {{else if eq .Category "contrib"}}OSS {{end}} {{if .Current}}LIVE{{end}} - {{if .GitRepoUrl}}{{if .Stars}}{{.Stars}}{{end}}{{end}} + {{if .GitRepoUrl}}{{if .Stars}}{{.Stars}}{{end}}{{end}} {{if .MaintainedBy}}{{$.UI.Sections.MaintainedBy}} {{.MaintainedBy}}{{end}}
{{if .StartDate}}{{.StartDate}}{{if .Current}}{{if .DynamicDate}} / {{.DynamicDate}}{{else}} / {{$.UI.Sections.Present}}{{end}}{{end}}{{end}} - ({{.Location}})