You'll need to edit: node_list_forum.
Find:
Code:
<span class="node-icon" aria-hidden="true"><i></i></span>
Change to:
Code:
<span class="node-icon" aria-hidden="true"><a href="{{ link('forums', $node) }}"><i></i></a></span>
You may want to edit: node_list_page, node_list_category, node_list_link
Although with your custom add-ons if you're using an add-on you may need to ask the author.