Layouts: Move layouts to a commandbar sudirectory of layouts/partials
This commit is contained in:
parent
5d2b0e1883
commit
68a477bc11
3 changed files with 5 additions and 2 deletions
5
layouts/partials/commandbar/script.html
Normal file
5
layouts/partials/commandbar/script.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{
|
||||
$resource := partial "resource_builders/script.html"
|
||||
(dict "resource" "commandbar/js/commandBar.js")
|
||||
}}
|
||||
{{ return $resource }}
|
|
@ -1,2 +0,0 @@
|
|||
{{ $resource := partial "resource_builders/script.html" (dict "resource" "commandbar/js/commandBar.js") }}
|
||||
{{ return $resource }}
|
Loading…
Add table
Add a link
Reference in a new issue