MD Topic List Mobile component

I don’t think it was, my guess is you added it directly in the component using plugin outlet

I don’t have the code right now, but if you really need it I can help

The base code should be something like this

<script type='text/x-handlebars' data-template-name='/connectors/topic-list-after-category/viewsandlikes'>
  <span class='topic-views'>{{d-icon "eye"}} **code**</span>
  <span class='topic-likes'>{{d-icon "heart"}} **code**</span>
</script>
1 Like