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>2020-11-10 16:01:13 +0300
committermatsuyoshi <sfbgwm30@gmail.com>2020-11-10 16:01:13 +0300
commitb9ea6b8513b6aae6b089897d3f4aee1393fd561e (patch)
tree9e60c654a879b1a44210460f15bb2d81a8406893 /layouts
parent6b382dce2bb078c31602ed3cfde61ff19f8a09e2 (diff)
Fix #63
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 006149a..746961a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -18,5 +18,5 @@
{{ end }}
<!-- script -->
<script src="{{ .Site.BaseURL }}js/bundle.js"></script>
-<script src="{{ .Site.BaseURL }}js/instantpage.js" type="module" defer></script>
+<script src="{{ .Site.BaseURL }}js/instantpage.min.js" type="module" defer></script>
{{ hugo.Generator -}}