aboutsummaryrefslogtreecommitdiff
path: root/themes/ananke/layouts/partials/site-scripts.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/ananke/layouts/partials/site-scripts.html')
-rw-r--r--themes/ananke/layouts/partials/site-scripts.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/ananke/layouts/partials/site-scripts.html b/themes/ananke/layouts/partials/site-scripts.html
deleted file mode 100644
index bd6c7f5..0000000
--- a/themes/ananke/layouts/partials/site-scripts.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{{ $script := .Site.Data.webpack_assets.app }}
-{{ with $script.js }}
- <script src="{{ relURL (printf "%s%s" "dist/" .) }}"></script>
-{{ end }}