mirror of
https://github.com/discourse/discourse.git
synced 2025-06-30 03:01:35 +08:00
add plugin-outlet at end of site-map
This commit is contained in:
@ -55,6 +55,8 @@
|
|||||||
{{#if showMobileToggle}}
|
{{#if showMobileToggle}}
|
||||||
<li><a href class="mobile-toggle-link" {{action "toggleMobileView"}}>{{boundI18n mobileViewLinkTextKey}}</a></li>
|
<li><a href class="mobile-toggle-link" {{action "toggleMobileView"}}>{{boundI18n mobileViewLinkTextKey}}</a></li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{plugin-outlet "site-map-links-last"}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{{#if categories}}
|
{{#if categories}}
|
||||||
|
Reference in New Issue
Block a user