Skip to content

Commit 264f285

Browse files
authored
Merge pull request #77 from code4lib/fix-make-live
Changed relative phrasing for workshop description to accurate one
2 parents 9a9af6b + 70a6b6a commit 264f285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

general-info/venues/workshops.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h2 id="workshops">Workshops</h2>
44
{% if site.data.conf.workshops.show %}
55
{% assign location = site.data.locations | where: 'id', site.data.conf.workshops.location | first %}
6-
<p>All Pre-Conference workshops will be held {{ site.data.conf.days[4].weekday }}, {{ site.data.conf.days[4].date-data | date: "%B %-d, %Y" }}{% if location %} in <a href="{{ location.google_maps }}">{{ location.name }}</a>{% endif %}. Please see the <a href="/workshops/">schedule</a> for more information.</p>
6+
<p>All Post-Conference workshops will be held {{ site.data.conf.days[4].weekday }}, {{ site.data.conf.days[4].date-data | date: "%B %-d, %Y" }}{% if location %} in <a href="{{ location.google_maps }}">{{ location.name }}</a>{% endif %}. Please see the <a href="/workshops/">schedule</a> for more information.</p>
77
{% else %}
88
<p>Information about workshops will be coming soon.</p>
99
{% endif %}

0 commit comments

Comments
 (0)