DEV: adds plugin-outlet before category in /latest on mobile (#14105)

Adding this so themes can avoid template overrides.
This commit is contained in:
Joe 2021-08-22 04:06:07 +08:00 committed by GitHub
parent efbc2481d8
commit 2ab4f2a126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@
</div>
<div class="topic-item-stats clearfix">
{{#unless hideCategory}}
{{~raw-plugin-outlet name="topic-list-before-category"}}
<div class='category'>
{{category-link topic.category}}
</div>