We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4875cd commit 081a161Copy full SHA for 081a161
2 files changed
_data/conf.yml
@@ -477,5 +477,5 @@ public-transportation:
477
show: false
478
479
speaker-info-form:
480
- show: false
481
- form-url: https://forms.gle/vJCi5rvUPgxrZQA67
+ show: true
+ form-url: "https://forms.gle/Emqq9J3vYX4siMg98"
forms/alt-collection.html
@@ -9,7 +9,7 @@ <h1>Collecting Speaker Image Descriptions</h1>
9
10
{% if site.data.conf.speaker-info-form.show %}
11
<div class="alert alert-warning">
12
- <a href="{{ site.data.conf.speaker-info-form.form-url }}">Code4Lib {{ site.data.conf.year }}: Speaker Image Form</a>
+ <a href="{{ site.data.conf.speaker-info-form.form-url }}">Code4Lib {{ site.data.conf.year }}: Speaker Information Form</a>
13
</div>
14
{% endif %}
15
0 commit comments