FIX: Remove duplicate category description (#11178)
This commit removes the duplicate category description on sub categories in the category list. I believe this went unnnoticed because we are hiding these by default.
This commit is contained in:
parent
9904a007c5
commit
0f38fc42e2
|
@ -13,12 +13,6 @@
|
||||||
{{sub-category-item category=subsubcategory hideUnread="true" listType=listType}}
|
{{sub-category-item category=subsubcategory hideUnread="true" listType=listType}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
|
||||||
{{#if category.description_excerpt}}
|
|
||||||
<div class="category-description subcategory-description">
|
|
||||||
{{dir-span category.description_excerpt}}
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue