aboutsummaryrefslogtreecommitdiff
path: root/themes/terrassa/layouts/partials/scripts.html
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-07-07 12:22:18 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2019-07-07 12:22:18 +0200
commit4d84c2a622929d6ff5ab7f40697bc4e47f76e057 (patch)
tree56ad8beed3d1bb23a8d042a9c256bb69773ce03b /themes/terrassa/layouts/partials/scripts.html
parentc14c4165ea95bf60b2f90974905a85be5f7d9919 (diff)
downloadwebsite-4d84c2a622929d6ff5ab7f40697bc4e47f76e057.tar.gz
website-4d84c2a622929d6ff5ab7f40697bc4e47f76e057.zip
themes: Remove terrassa theme
Diffstat (limited to 'themes/terrassa/layouts/partials/scripts.html')
-rw-r--r--themes/terrassa/layouts/partials/scripts.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/terrassa/layouts/partials/scripts.html b/themes/terrassa/layouts/partials/scripts.html
deleted file mode 100644
index 63e20b1..0000000
--- a/themes/terrassa/layouts/partials/scripts.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{{ $header := resources.Get "js/header.js" }}
-{{ $form := resources.Get "js/form.js" }}
-{{ $bundle := slice $header $form | resources.Concat "js/bundle.js" }}
-{{ $js := $bundle | resources.Minify | resources.Fingerprint "sha512" }}
-
-<script src="{{ $js.Permalink }}"></script>
-
-{{ partial "fontawesome.html" . }}