Skip to content

Commit

Permalink
feat(bookings): set limit to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
robinboehm authored Mar 25, 2024
1 parent 4ac3164 commit 88b6f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _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] %}
{% for event in site.data.events[include.data_key] limit: 3 %}
<hr class="d-block d-md-none" />
<div class="row mb-4 mb-md-3" itemscope="" itemtype="http://schema.org/Event">
<div class="d-none d-md-block col-1">
Expand Down

0 comments on commit 88b6f64

Please sign in to comment.