We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f52849 commit d6c9e32Copy full SHA for d6c9e32
_includes/agenda-slider.html
@@ -33,7 +33,7 @@ <h2>/ Agenda</h2>
33
<div class="row slider-item-content" data-index="{{ forloop.index0 }}">
34
{% if day.location-online %}
35
<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>
+ <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>
37
</div>
38
{% include agenda-day-details-online.html day=day %}
39
{% endif %}
0 commit comments