diff --git a/source/templates/classic/partials/base.activity+community.ejs b/source/templates/classic/partials/base.activity+community.ejs
index c6ce4de4..f5665b26 100644
--- a/source/templates/classic/partials/base.activity+community.ejs
+++ b/source/templates/classic/partials/base.activity+community.ejs
@@ -42,11 +42,11 @@
Following <%= user.following.totalCount %> user<%= s(user.followers.totalCount) %>
-
+
Sponsoring <%= user.sponsorshipsAsSponsor.totalCount %> repositor<%= s(user.sponsorshipsAsSponsor.totalCount, "y") %>
-
+
Starred <%= user.starredRepositories.totalCount %> repositor<%= s(user.starredRepositories.totalCount, "y") %>
diff --git a/source/templates/classic/partials/base.repositories.ejs b/source/templates/classic/partials/base.repositories.ejs
index 6abb3633..05d30986 100644
--- a/source/templates/classic/partials/base.repositories.ejs
+++ b/source/templates/classic/partials/base.repositories.ejs
@@ -39,11 +39,11 @@
-
+
<%= user.sponsorshipsAsMaintainer.totalCount %> Sponsor<%= s(user.sponsorshipsAsMaintainer.totalCount) %>
-
+
<%= computed.repositories.stargazers %> Stargazer<%= s(computed.repositories.stargazers) %>
diff --git a/source/templates/classic/partials/gists.ejs b/source/templates/classic/partials/gists.ejs
index 79e61f1e..47d84c91 100644
--- a/source/templates/classic/partials/gists.ejs
+++ b/source/templates/classic/partials/gists.ejs
@@ -25,7 +25,7 @@
-
+
<%= plugins.gists.stargazers %> Stargazer<%= s(plugins.gists.stargazers) %>
diff --git a/source/templates/classic/partials/stargazers.ejs b/source/templates/classic/partials/stargazers.ejs
index 15f91441..bec2b278 100644
--- a/source/templates/classic/partials/stargazers.ejs
+++ b/source/templates/classic/partials/stargazers.ejs
@@ -1,7 +1,7 @@
<% if (plugins.stargazers) { %>
-
+
Stargazers over the last two weeks
<% if (plugins.stargazers.error) { %>
diff --git a/source/templates/classic/partials/stars.ejs b/source/templates/classic/partials/stars.ejs
index f8be39ae..223e48b5 100644
--- a/source/templates/classic/partials/stars.ejs
+++ b/source/templates/classic/partials/stars.ejs
@@ -1,7 +1,7 @@
<% if (plugins.stars) { %>
-
+
Recently starred repositories
@@ -43,7 +43,7 @@
<% } %>
-
+
<%= f(repository.stargazerCount) %>