When I browse the forums, I love to glance over the topics and open the topics I find interesting to new tabs. This lets me then read them one-by-one by shifting browser tabs.
The ways the forums are built at this moment makes this impossible and I am annoyed when I need to open every topic in the same browsing window and then go back to the list and open another topic again.
It would be helpful if these HTML `<div>`s (or `<article>`s) were `<a>` (hyperlinks) instead:
I understand that it might be easier for you to use JS to link to the article, but it hindered my experience browsing the forums in this case. `<article>` is probably there for some accessibility, but it either needs to wrap or be wrapped by the hyperlink `<a>` to work as a proper link.