Minor issues
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
<!-- <section> -->
|
||||
<!-- </section> -->
|
||||
|
||||
{{ $pages := shuffle (where site.RegularPages "Section" "tools") | first 20 }}
|
||||
{{ $pages := shuffle (where (where site.RegularPages "Section" "tools") "Params.maintenance" "intersect" (slice "Actively Maintained")) | first 20 }}
|
||||
<section>
|
||||
<h2>Try Something New</h2>
|
||||
<p><strong>Proudly featuring {{ len (where site.RegularPages "Section" "tools") }} tools and counting!</strong>
|
||||
|
||||
Reference in New Issue
Block a user