Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosantoshf committed Mar 18, 2024
1 parent fc8fc2e commit b5f63ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/dissemination/webinars.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h5 class="mb-0">
<p> <span style="font-weight: 600;">Title:</span> {{ webinar.name }}</p>
<p> <span style="font-weight: 600;">Date:</span> {{ webinar.when }}</p>
<p> <span style="font-weight: 600;">Webinar Link:</span> <a href="{{ webinar.link }}" target="_blank">here</a></p>
{% if webinar.about == nil %}
{% if webinar.about == nil or webinar.about == "" %}
<p> <span style="font-weight: 600;">About this event:</span> Not Available</p>
{% else %}
<p> <span style="font-weight: 600;">About this event:</span> {{ webinar.about }}</p>
Expand Down

0 comments on commit b5f63ec

Please sign in to comment.