Skip to content

Commit a9c789c

Browse files
committed
fix
1 parent c4d4ffa commit a9c789c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/software.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% endcomment %}
1313

1414
{% assign recent_sw = site.data.crawler.software | sort: "publiccode.releaseDate" | reverse | slice: 0, 4 %}
15-
{% assign efficient_pas = site.data.crawler.software | where_exp: "item", "item.publiccode.organisation.uri || item.publiccode.IT.riuso.codiceIPA || item.publiccode.it.riuso.codiceIPA" | group_by: "publiccode.IT.riuso.codiceIPA" | sort: "size" | reverse | slice: 0, 3 %}
15+
{% assign efficient_pas = site.data.crawler.software | where_exp: "item", "item.publiccode.organisation.uri or item.publiccode.IT.riuso.codiceIPA or item.publiccode.it.riuso.codiceIPA" | group_by: "publiccode.IT.riuso.codiceIPA" | sort: "size" | reverse | slice: 0, 3 %}
1616

1717
<div class="container">
1818
<div class="intro mt-5">

0 commit comments

Comments
 (0)