You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➳ Read and contribute to our full Code of Conduct document on GitHub
@@ -164,17 +160,17 @@ <h3>Contacting a Community Support Volunteer</h3>
164
160
{% endunless %}
165
161
166
162
<ul>
167
-
{% if site.data.conf.community-support-email != '' %}
163
+
{% if site.data.conf.community-support-email != nil %}
168
164
<li>Send an email to <ahref="mailto:{{site.data.conf.community-support-email}}">{{site.data.conf.community-support-email}}</a>. Only Community Support Volunteers are subscribed to this mailing list, and no archive is kept.
169
165
{% else %}
170
166
<li>While no Community Support Volunteer email is available yet, you can contact the Local Planning Committee at <ahref="mailto:{{site.data.conf.main-conf-email}}">{{site.data.conf.main-conf-email}}</a>
171
167
{% endif %}
172
168
173
-
{% if site.data.conf.community-support-phone != '' %}
169
+
{% if site.data.conf.community-support-phone != nil %}
174
170
<li>Call a Community Support Volunteer at <ahref="tel:{{site.data.conf.community-support-phone}}">{{site.data.conf.community-support-phone}}</a>.</li>
175
171
{% endif %}
176
172
177
-
{% if site.data.conf.anonymous-form != '' %}
173
+
{% if site.data.conf.anonymous-form != nil %}
178
174
<li>Use the <ahref="{{site.data.conf.anonymous-form}}">anonymous reporting form</a>.
0 commit comments