Blog posts with multiple tags are displaying twice on blog listing page

Yeah it was looping through the topic list. I found this as a solution that worked perfectly…

{% set myString = "Expert Forum Insider" %}
 {% if myString in content.topic_list|map('name') %}

 {% else %}