diff --git a/.gitignore b/.gitignore index b518a476f0..3028968242 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ app/node_modules app/dist app/.env app/site/img/* +app/site/_includes !app/site/img/.keep .vscode/ scripts/metricsLib/__pycache__ diff --git a/app/site/_includes/banner.liquid b/app/site/_includes/banner.liquid index 18a2c04eaa..4776a9dc98 100644 --- a/app/site/_includes/banner.liquid +++ b/app/site/_includes/banner.liquid @@ -1,5 +1,15 @@ -
-
Work in progress. Not an official government site.
+
+
+

Work in progress. We welcome questions and suggestions — + give us feedback. +

+

- Repositories + Repositories

{{ organization.repo_count }}

@@ -40,7 +40,6 @@ layout: base

- Followers + Followers

{{ organization.followers_count }}

diff --git a/app/site/_layouts/repo-report.liquid b/app/site/_layouts/repo-report.liquid index e64078036c..2d224b1e2b 100644 --- a/app/site/_layouts/repo-report.liquid +++ b/app/site/_layouts/repo-report.liquid @@ -18,7 +18,6 @@ layout: base

- Stars + Stars

{{ project.stargazers_count }}

@@ -35,7 +35,6 @@ layout: base

- Forks + Forks

{{ project.forks_count }}

@@ -52,7 +52,6 @@ layout: base

- Issues + Issues

{{ project.issues_count }}

@@ -69,7 +69,6 @@ layout: base

- Watchers + Watchers

{{ project.watchers_count }}

@@ -86,7 +86,6 @@ layout: base

- Pull Requests + Pull Requests

{{ project.pull_requests_count }}

diff --git a/app/site/index.liquid b/app/site/index.liquid index 5de49b4e81..de42ad11dc 100644 --- a/app/site/index.liquid +++ b/app/site/index.liquid @@ -20,7 +20,7 @@ layout: base >Organizations @@ -43,7 +43,7 @@ layout: base >Projects diff --git a/app/site/organizations.liquid b/app/site/organizations.liquid index 71cc2ab265..fddfef8e22 100644 --- a/app/site/organizations.liquid +++ b/app/site/organizations.liquid @@ -36,7 +36,7 @@ layout: base Follower Count {% lucide "users-2" %} - {{ org.stargazers_count }} + {{ org.followers_count }}