mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 04:33:45 +08:00
DEV: adds plugin-outlet before category in /latest (#14092)
Adding this so themes can avoid template overrides.
This commit is contained in:
parent
a56122f2d3
commit
e1815a125d
|
@ -35,6 +35,7 @@
|
||||||
<div class="link-bottom-line">
|
<div class="link-bottom-line">
|
||||||
{{#unless hideCategory}}
|
{{#unless hideCategory}}
|
||||||
{{#unless topic.isPinnedUncategorized}}
|
{{#unless topic.isPinnedUncategorized}}
|
||||||
|
{{~raw-plugin-outlet name="topic-list-before-category"}}
|
||||||
{{category-link topic.category}}
|
{{category-link topic.category}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user