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 a342f94 commit 797afcaCopy full SHA for 797afca
_pages/list-of-extensions.md
@@ -120,7 +120,7 @@ function toggleAllCategories(checked) {
120
<ul id="list-of-extensions">
121
{%- for p in site.pages -%}
122
{%- comment -%} Only pages declaring categories are listed. {%- endcomment -%}
123
- {%- unless p.categories -%} {%- continue -%} {%- endunless -%}
+ {%- unless p.categories.size > 0 -%} {%- continue -%} {%- endunless -%}
124
{%- assign classes = "" -%}
125
{%- for category in p.categories -%}
126
{%- assign c = category | slugify -%}
0 commit comments