We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f95300 commit e9b7825Copy full SHA for e9b7825
_includes/events.html
@@ -97,7 +97,6 @@ <h2>Interessato a saperne di più?</h2>
97
{% include informazioni_generali_eventi.html %}
98
-->
99
100
-{% unless site.categories.event_planned.size %}
101
<h2>Calendario eventi CoderDojo</h2>
102
<div>
103
<table class="table table-bordered">
@@ -107,6 +106,7 @@ <h2>Calendario eventi CoderDojo</h2>
107
106
<td>Evento</td>
108
</tr>
109
</thead>
+
110
<tbody>
111
{% for event in site.categories.event_planned reversed%}
112
<tr date="{{event.date}}" style="display: none;">
@@ -131,7 +131,6 @@ <h2>Calendario eventi CoderDojo</h2>
131
</table>
132
133
</div>
134
-{% endunless %}
135
136
<hr />
137
<p>
0 commit comments