Skip to content

Commit

Permalink
Update _99_booking.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusIO authored May 17, 2024
1 parent aef83e2 commit 3665511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _pages/schulungen/_99_booking.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>
</div>
</div>
{% for event in site.data.events[include.data_key] limit:3 %}
{% for event in site.data.events[include.data_key] %}
<hr class="d-block d-md-none" />
<div class="row mb-4 mb-md-2" itemscope="" itemtype="http://schema.org/Event">
<div class="d-none d-md-block col-1">
Expand Down Expand Up @@ -137,7 +137,7 @@
<button class="btn btn-link btn-lg | fw-medium" type="button" data-bs-toggle="collapse" data-bs-target="#related_events" aria-expanded="false" aria-controls="collapseExample">» Termine aus verwandten Themen anzeigen</button>
</div>
<div class="collapse mt-2" id="related_events">
{% for event in site.data.related_events[include.data_key] limit:3 %}
{% for event in site.data.related_events[include.data_key] %}
<hr class="d-block d-md-none" />
<div class="row mb-4 mb-md-2" itemscope="" itemtype="http://schema.org/Event">
<div class="d-none d-md-block col-1">
Expand Down Expand Up @@ -238,4 +238,4 @@
<!-- /.row -->
</div>
<!-- /.container -->
</section>
</section>

0 comments on commit 3665511

Please sign in to comment.