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 c4d4ffa commit a9c789cCopy full SHA for a9c789c
_layouts/software.html
@@ -12,7 +12,7 @@
12
{% endcomment %}
13
14
{% 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 %}
+{% 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 %}
16
17
<div class="container">
18
<div class="intro mt-5">
0 commit comments