Skip to content

Commit d6c9e32

Browse files
authored
Online location fixed
1 parent 1f52849 commit d6c9e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/agenda-slider.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>/ Agenda</h2>
3333
<div class="row slider-item-content" data-index="{{ forloop.index0 }}">
3434
{% if day.location-online %}
3535
<div class="col-lg-12">
36-
<h4 style="padding-left: 10px; margin-top: 35px; margin-bottom: 0;"><i class="fa-solid fa-location-dot"></i> <strong>{{ day.location }}</strong></h4>
36+
<h4 style="padding-left: 10px; margin-top: 35px; margin-bottom: 0;"><i class="fa-solid fa-location-dot"></i> <strong>{{ day.location-online }}</strong></h4>
3737
</div>
3838
{% include agenda-day-details-online.html day=day %}
3939
{% endif %}

0 commit comments

Comments
 (0)