Include `currentPath` in the `below-site-header` plugin outlet
This commit is contained in:
parent
a2183c3f1d
commit
14b1736c74
|
@ -6,7 +6,8 @@
|
|||
toggleMobileView=(route-action "toggleMobileView")
|
||||
toggleAnonymous=(route-action "toggleAnonymous")
|
||||
logout=(route-action "logout")}}
|
||||
{{plugin-outlet name="below-site-header"}}
|
||||
|
||||
{{plugin-outlet name="below-site-header" args=(hash currentPath=currentPath)}}
|
||||
|
||||
<div id="main-outlet" class="wrap">
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in New Issue