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: remove email address of people who do not have an email address #175

Merged
merged 2 commits into from Nov 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion _people/adf88.md
@@ -1,6 +1,5 @@
---
name: Grzegorz Duczyński
email: adf88@openttd.org
role: General Coding
nick: adf88
---
1 change: 0 additions & 1 deletion _people/belugas.md
@@ -1,6 +1,5 @@
---
name: Jean-François Claeys
email: belugas@openttd.org
role: NewGRF, General Coding
nick: Belugas
---
1 change: 0 additions & 1 deletion _people/peter1138.md
@@ -1,6 +1,5 @@
---
name: Peter Nelson
email: peter1138@openttd.org
role: NewGRF, General Coding
nick: peter1138
---
2 changes: 1 addition & 1 deletion _people/rubidium.md
@@ -1,6 +1,6 @@
---
name: Remko Bijker
email: rubidium@openttd.org
role: General Coding, Project Leader
role: General Coding
nick: Rubidium
---
1 change: 0 additions & 1 deletion _people/smatz.md
@@ -1,6 +1,5 @@
---
name: Zdeněk Sojka
email: smatz@openttd.org
role: General Coding
nick: SmatZ
---
1 change: 0 additions & 1 deletion _people/terkhen.md
@@ -1,6 +1,5 @@
---
name: José Soler
email: terkhen@openttd.org
role: General Coding
nick: Terkhen
---
2 changes: 1 addition & 1 deletion _people/truebrain.md
@@ -1,6 +1,6 @@
---
name: Patric Stout
email: truebrain@openttd.org
role: SysOp, WT3 Developer
role: SysOp
nick: TrueBrain
---
2 changes: 2 additions & 0 deletions pages/contact.html
Expand Up @@ -27,7 +27,9 @@ <h3>Contact Information</h3>
{% endif %}
</div>
<div class="content">
{% if person.email %}
<span style="display: block;">Email: <a href="mailto:{{ person.email }}">{{ person.email }}</a></span>
{% endif %}
{% if person.role %}
<span style="display: block;">Role: {{ person.role }}</span>
{% endif %}
Expand Down