Fakebook テーマ

以下のように変更したいと考えています。
ただし、モバイル画面では動作しません。
どのようにすればよいか、ご教示いただけますでしょうか。

トピックの抜粋と画像に対してリンクが機能するようにしたいです。

{{~raw-plugin-outlet name="topic-list-after-title"}}
{{#unless topic.image_url}}
  {{#if topic.hasExcerpt}}
    <a href="{{topic.lastUnreadUrl}}" class="topic-excerpt-link">
      <div class="topic-excerpt-box">
        {{raw "list/topic-excerpt" topic=topic}}
      </div>
    </a>
  {{/if}}
{{/unless}}
{{#if topic.image_url}}
<a href="{{topic.lastUnreadUrl}}" class="topic-excerpt-link">
<div class="topic-image">
  <img src="{{topic.image_url}}" />
</div>
</a>
{{/if}}

テストに使用しているサイトは以下の通りです。
https://today16.com/