diff options
Diffstat (limited to 'templates/partials/categoriesByCount.html')
-rw-r--r-- | templates/partials/categoriesByCount.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/partials/categoriesByCount.html b/templates/partials/categoriesByCount.html deleted file mode 100644 index 9388cf9..0000000 --- a/templates/partials/categoriesByCount.html +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | $if(categories.by_count)$ | ||
2 | <ul class="c-hlist"> | ||
3 | $for(categories.by_count)$ | ||
4 | <li class="c-hlist__item"><strong>$it.key/uppercase$</strong> $it.value.name$</li> | ||
5 | $endfor$ | ||
6 | </ul> | ||
7 | $endif$ | ||