Skip to content

Remove directory check and display topic in list unconditionally

Evan Read requested to merge eread/fix-popular-topics-lists into main

The popular topics list on the main page is missing most of its entries:

Screen_Shot_2021-06-17_at_11.50.49_am

I've removed an if statement that I think was checking for the presence of certain directories. I don't think we need it anymore once we merged: !1708 (merged).

With the changes in place:

Screen_Shot_2021-06-17_at_12.00.40_pm

CC @susantacker who noticed and reported this.

Edited by Evan Read

Merge request reports