diff --git a/hack/doc-site/hugo/layouts/partials/dashboard/activity.html b/hack/doc-site/hugo/layouts/partials/dashboard/activity.html
index 8a1e470..a61ccca 100644
--- a/hack/doc-site/hugo/layouts/partials/dashboard/activity.html
+++ b/hack/doc-site/hugo/layouts/partials/dashboard/activity.html
@@ -43,7 +43,7 @@
{{ $deferred }} |
{{- if $repo.hasRelease -}}
- {{ $repo.commitsSinceRelease }}{{ if gt $repo.commitsSinceRelease 20 }}❗{{ end }}
+ {{ $repo.commitsSinceRelease }}{{ if gt $repo.commitsSinceRelease 20 }}❗{{ end }}
{{- else -}}N/A{{- end -}}
|
{{ $repo.commitsMTD | default 0 }} |
diff --git a/hack/doc-site/hugo/layouts/partials/dashboard/status.html b/hack/doc-site/hugo/layouts/partials/dashboard/status.html
index 421271e..ff53f9b 100644
--- a/hack/doc-site/hugo/layouts/partials/dashboard/status.html
+++ b/hack/doc-site/hugo/layouts/partials/dashboard/status.html
@@ -43,7 +43,7 @@
{{- if $repo.hasRelease -}}
- {{ $repo.commitsSinceRelease }}{{ if gt $repo.commitsSinceRelease 20 }}❗{{ end }}
+ {{ $repo.commitsSinceRelease }}{{ if gt $repo.commitsSinceRelease 20 }}❗{{ end }}
{{- else -}}N/A{{- end -}}
|
|