From b470e73c6c0c6c8ee39e338ef575880463a581b3 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Wed, 20 Mar 2024 23:04:15 +0900 Subject: [PATCH] fix: replace "Github" with "GitHub" --- src/pages/contributors.html | 2 +- src/pages/home.html | 2 +- src/posts/website-under-development.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/contributors.html b/src/pages/contributors.html index d57366e..2ed0237 100644 --- a/src/pages/contributors.html +++ b/src/pages/contributors.html @@ -36,7 +36,7 @@

{{ person.what | safe }}

- {% if person.github %}Github{% endif %} + {% if person.github %}GitHub{% endif %} {% if person.mastodon and person.github %} / {% endif %} {% if person.mastodon %}Mastodon{% endif %} {% if person.twitter and (person.github or person.mastodon) %} / {% endif %} diff --git a/src/pages/home.html b/src/pages/home.html index 1d4e9b4..935f42e 100644 --- a/src/pages/home.html +++ b/src/pages/home.html @@ -132,7 +132,7 @@

How can you help?

  • Chat to us on Discord
  • @OpenWebAdvocacy
  • Mastodon
  • -
  • Public Github Account
  • +
  • Public GitHub Account
  • Get involved

    Mailing List

    diff --git a/src/posts/website-under-development.md b/src/posts/website-under-development.md index e094630..c0a652f 100644 --- a/src/posts/website-under-development.md +++ b/src/posts/website-under-development.md @@ -6,4 +6,4 @@ author: "James Moore" --- A team of enthusiastic volunteers has got to work on [OWA](/)'s new site. -To join them, [visit the Github](https://github.com/OpenWebAdvocacy/website). +To join them, [visit the GitHub](https://github.com/OpenWebAdvocacy/website).