summaryrefslogtreecommitdiff
path: root/site/themes/tui/layouts/partials/scripts.html
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-09-29 13:53:48 -0400
committertriethyl <triethylammonium@pm.me>2025-09-29 13:53:48 -0400
commit41924391280f3ab06396dc9f88a2e4117904f853 (patch)
tree279d79c2548408a9d80fad9605370a43ed700e89 /site/themes/tui/layouts/partials/scripts.html
parentbc678e31c9dbc1a33febe8f5a5107ab2eab5aa62 (diff)
made site
Diffstat (limited to 'site/themes/tui/layouts/partials/scripts.html')
-rw-r--r--site/themes/tui/layouts/partials/scripts.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/themes/tui/layouts/partials/scripts.html b/site/themes/tui/layouts/partials/scripts.html
new file mode 100644
index 0000000..5a6e0b3
--- /dev/null
+++ b/site/themes/tui/layouts/partials/scripts.html
@@ -0,0 +1,4 @@
+{{ $js := slice
+ (resources.Get "js/main.js")
+ | resources.Concat "js/bundle.js" | minify | fingerprint }}
+<script src="{{ $js.RelPermalink }}" integrity="{{ $js.Data.Integrity }}"></script>