Skip to content

Commit

Permalink
Fix errornous brace
Browse files Browse the repository at this point in the history
  • Loading branch information
mporcheron authored Aug 5, 2024
1 parent 4c412c2 commit 72aaa37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions program/workshops.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ menus:

The day prior to the main program, 16th September 2024, we will be hosting a series of workshops related to the themes of the conference. You will be able to register for these when you register for the main conference, at no extra cost. These will take place in the Julius Glickman Conference Center.

Details for workshops are below.

{% for workshop in site.data.workshops %}
<div class="background-lightgray rounded border mb-3 p-3">
<h3 class="mt-0 pt-0 text-primary">{{ workshop.title }}</h3>
{{ workshop.description | markdownify }}
{% if workshop.website %}<div class="d-block"><em><a href="{{ workshop.website }}" title="{{ workshop.title }} website">Workshop website &raquo;</a></em></div>{% endif %}
{</div>
</div>
{% endfor %}

More workshops are planned, and details will be avaialble soon:
Expand Down

0 comments on commit 72aaa37

Please sign in to comment.