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}})