diff --git a/layouts/partials/commandbar/script.html b/layouts/partials/commandbar/script.html new file mode 100644 index 0000000..abfeaf1 --- /dev/null +++ b/layouts/partials/commandbar/script.html @@ -0,0 +1,5 @@ +{{ + $resource := partial "resource_builders/script.html" + (dict "resource" "commandbar/js/commandBar.js") +}} +{{ return $resource }} diff --git a/layouts/partials/template.html b/layouts/partials/commandbar/template.html similarity index 100% rename from layouts/partials/template.html rename to layouts/partials/commandbar/template.html diff --git a/layouts/partials/script.html b/layouts/partials/script.html deleted file mode 100644 index 0c0c28a..0000000 --- a/layouts/partials/script.html +++ /dev/null @@ -1,2 +0,0 @@ -{{ $resource := partial "resource_builders/script.html" (dict "resource" "commandbar/js/commandBar.js") }} -{{ return $resource }}