From ea5e0c5aaba65197b7175d0a24bd593b90239046 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Mon, 4 May 2026 14:49:04 +0100 Subject: [PATCH] fix: category badge moved to end of badge row (after GitHub+stars) --- templates/partials/sections/projects.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/partials/sections/projects.html b/templates/partials/sections/projects.html index ea7899e..7c5f9af 100644 --- a/templates/partials/sections/projects.html +++ b/templates/partials/sections/projects.html @@ -30,6 +30,9 @@ {{if .URL}}{{.Title}}{{else}}{{.Title}}{{end}} {{end}} + {{if .Current}}LIVE{{end}} + {{if .GitRepoUrl}}{{if .Stars}}{{.Stars}}{{end}}{{end}} + {{if .MaintainedBy}}{{$.UI.Sections.MaintainedBy}} {{.MaintainedBy}}{{end}} {{if eq .Category "cli"}}CLI {{else if eq .Category "app"}}APP {{else if eq .Category "web"}}WEB @@ -38,9 +41,6 @@ {{else if eq .Category "sdk"}}SDK {{else if eq .Category "contrib"}}OSS {{end}} - {{if .Current}}LIVE{{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}})