Skip to content

Commit e9b7825

Browse files
committed
Remove filtering condition preventing to load previous events in the html page
1 parent 3f95300 commit e9b7825

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_includes/events.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ <h2>Interessato a saperne di più?</h2>
9797
{% include informazioni_generali_eventi.html %}
9898
-->
9999

100-
{% unless site.categories.event_planned.size %}
101100
<h2>Calendario eventi CoderDojo</h2>
102101
<div>
103102
<table class="table table-bordered">
@@ -107,6 +106,7 @@ <h2>Calendario eventi CoderDojo</h2>
107106
<td>Evento</td>
108107
</tr>
109108
</thead>
109+
110110
<tbody>
111111
{% for event in site.categories.event_planned reversed%}
112112
<tr date="{{event.date}}" style="display: none;">
@@ -131,7 +131,6 @@ <h2>Calendario eventi CoderDojo</h2>
131131
</table>
132132

133133
</div>
134-
{% endunless %}
135134

136135
<hr />
137136
<p>

0 commit comments

Comments
 (0)