Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatsuyoshi <sfbgwm30@gmail.com>2021-10-23 12:03:52 +0300
committermatsuyoshi <sfbgwm30@gmail.com>2021-10-23 12:03:52 +0300
commit98c51e844910212a346c4bdddc3daad122914a5f (patch)
tree4f541751224157b5046588c3f935db9d6f2edd4c
parenta7129538fed213e76ff464ce143b771bcde2c56d (diff)
fix missing theme.js
-rw-r--r--layouts/partials/head.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d4308ae..7507d7e 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -59,6 +59,9 @@
}
</script>
<!-- script -->
+{{ $theme := resources.Get "js/theme.js" }}
+<script defer crossorigin="anonymous" src="{{ $theme.RelPermalink }}" integrity="{{ $theme.Data.Integrity }}"></script>
+
{{ $instantpage := resources.Get "js/instantpage.min.js" }}
<script defer crossorigin="anonymous" src="{{ $instantpage.RelPermalink }}" integrity="{{ $instantpage.Data.Integrity }}"></script>