#5717 also don't show category section in subcategory listing

This commit is contained in:
psychobunny
2017-05-29 18:04:35 -04:00
parent 65a015a1ad
commit 9cb5f71e08

View File

@@ -106,7 +106,7 @@
return html;
}
category.children.forEach(function (child) {
if (child) {
if (child && !child.isSection) {
var link = child.link ? child.link : (relative_path + '/category/' + child.slug);
html += '<a href="' + link + '">' +
'<span class="fa-stack fa-lg">' +