Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Debrigode committed Jan 19, 2024
1 parent 5fd0b4a commit 1599826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="space-y">
{% for as, as_data in data.asinfo %}
{% set counter = counter + 1 %}
{% embed 'core/card_top.html.twig' with { as: as, as_data: as_data, data: data, counter: counter, hours: hours|default('24 hours') } only %}
{% embed 'core/card_top.html.twig' with {as: as, as_data: as_data, data: data, counter: counter, hours: hours|default('24 hours')} only %}
{% block rank %}
<div class="display-6 fw-bold my-3 rank">
# {{ counter }}
Expand Down

0 comments on commit 1599826

Please sign in to comment.