From 5d2b0e1883cdb09ba574c174529a981e6b7bcc38 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 7 Aug 2024 08:12:22 -1000 Subject: [PATCH] Layouts: A partial to include the Command Bar JavaScript --- layouts/partials/script.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 layouts/partials/script.html diff --git a/layouts/partials/script.html b/layouts/partials/script.html new file mode 100644 index 0000000..0c0c28a --- /dev/null +++ b/layouts/partials/script.html @@ -0,0 +1,2 @@ +{{ $resource := partial "resource_builders/script.html" (dict "resource" "commandbar/js/commandBar.js") }} +{{ return $resource }}