Skip to content

Commit 34de051

Browse files
authored
Merge pull request #7 from code4lib/css-phone
no CSS phone anymore
2 parents 57a5811 + ef44198 commit 34de051

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

_data/conf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ lpc-contact-email: 'code4liblpc@gmail.com'
101101
accessibility-email: 'code4libaccessibility@googlegroups.com'
102102
# when empty, community support volunteers page will use main-conf-email
103103
community-support-email: 'c4lcommunitysupport@googlegroups.com'
104-
community-support-phone: '510-423-3356'
104+
# community-support-phone: '510-423-3356'
105105
anonymous-form: 'https://css4csv.clir.org/anonymous-incident-report-form/'
106106

107107
###################

conduct/index.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ <h1>Conduct & Safety</h1>
1616

1717
<h2 id="conduct">Code4Lib Community Code of Conduct</h2>
1818

19-
2019
<div class="blockquote">
2120
<p>
2221
Code4Lib seeks to provide a welcoming, fun, and safe community and conference experience and ongoing
@@ -33,9 +32,6 @@ <h2 id="conduct">Code4Lib Community Code of Conduct</h2>
3332
<cite title="Source Title">—CodeOfConduct4Lib</cite>
3433
</div>
3534

36-
37-
38-
3935
<p class="lead text-center">
4036
<a href="https://github.com/code4lib/antiharassment-policy/blob/master/code_of_conduct.md">
4137
&#10163; Read and contribute to our full Code of Conduct document on GitHub
@@ -164,17 +160,17 @@ <h3>Contacting a Community Support Volunteer</h3>
164160
{% endunless %}
165161

166162
<ul>
167-
{% if site.data.conf.community-support-email != '' %}
163+
{% if site.data.conf.community-support-email != nil %}
168164
<li>Send an email to <a href="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.
169165
{% else %}
170166
<li>While no Community Support Volunteer email is available yet, you can contact the Local Planning Committee at <a href="mailto:{{site.data.conf.main-conf-email}}">{{site.data.conf.main-conf-email}}</a>
171167
{% endif %}
172168

173-
{% if site.data.conf.community-support-phone != '' %}
169+
{% if site.data.conf.community-support-phone != nil %}
174170
<li>Call a Community Support Volunteer at <a href="tel:{{site.data.conf.community-support-phone}}">{{site.data.conf.community-support-phone}}</a>.</li>
175171
{% endif %}
176172

177-
{% if site.data.conf.anonymous-form != '' %}
173+
{% if site.data.conf.anonymous-form != nil %}
178174
<li>Use the <a href="{{site.data.conf.anonymous-form}}">anonymous reporting form</a>.
179175
{% endif %}
180176

@@ -271,8 +267,7 @@ <h3>Online</h3>
271267
<script>document.querySelector('ul.secondarynav a[href="#schedule"]').parentElement.remove()</script>
272268
{% endif %}
273269

274-
275-
{% if site.data.conf.venue.name != '' %}
270+
{% if site.data.conf.venue.name != nil %}
276271
<div class="row">
277272
<div class="col-12">
278273
<h2 id="photography">Photography Policy</h2>

0 commit comments

Comments
 (0)