Skip to content

Commit

Permalink
Added registration urls to events appear
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamroza authored Oct 26, 2024
1 parent a87df07 commit fa4f145
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _includes/agenda-day-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ <h5>{{ event.subtitle }}</h5>
</a>
{% endif %}

{% if event.registration-url %}
<a href="{{ event.registration-url | relative_url }}" style="color:#fff;" target="_blank">
<h4>> REGISTER HERE!</h5>
</a>
{% endif %}

{% if event.subevents %}
<ul>
{% for subevent in event.subevents %}
Expand Down

0 comments on commit fa4f145

Please sign in to comment.