Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace "Github" with "GitHub" #129

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<p>{{ person.what | safe }}</p>
</div>
<p class="social">
{% if person.github %}<a href="https://github.com/{{ person.github }}">Github</a>{% endif %}
{% if person.github %}<a href="https://github.com/{{ person.github }}">GitHub</a>{% endif %}
{% if person.mastodon and person.github %} / {% endif %}
{% if person.mastodon %}<a href="{{ person.mastodon }}">Mastodon</a>{% endif %}
{% if person.twitter and (person.github or person.mastodon) %} / {% endif %}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2>How can you help?</h2>
<li><a href='https://mastodon.social/@owa' rel='me'>Mastodon</a></li>
<li><a href='https://bsky.app/profile/open-web-advocacy.org' rel='me'>BlueSky</a></li>
<li><a href='https://www.linkedin.com/company/open-web-advocacy/' rel='me'>LinkedIn</a></li>
<li><a href="https://github.com/OpenWebAdvocacy">Public Github Account</a></li>
<li><a href="https://github.com/OpenWebAdvocacy">Public GitHub Account</a></li>
</ul>
<p><a href="/get-involved/" class="action-button">Get involved</a></p>
<p><a href="https://docs.google.com/forms/d/e/1FAIpQLSdBmnOqqQEgpV39oa5ZsYxGO_ZM-ZbvU85xs0UuzgQix4WiZw/viewform" class="action-button">Mailing List</a></p>
Expand Down
2 changes: 1 addition & 1 deletion src/posts/website-under-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).