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