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

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2022-01-23 23:42:59 +0300
committerGitHub <noreply@github.com>2022-01-23 23:42:59 +0300
commit851aec0c1fa7ccf3f899b7a72ce9277842e4e06a (patch)
tree5411a50ef1b9412444b2ade71883e5d621e1c75a /layouts
parentc3bcc40486e3895c8458879edc33182ea668ae9f (diff)
fix: enable cache busting for js files (#163)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head/others.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head/others.html b/layouts/partials/head/others.html
index 637a4a9..4d86bd0 100644
--- a/layouts/partials/head/others.html
+++ b/layouts/partials/head/others.html
@@ -1,4 +1,4 @@
-<script src="{{ index (index .Site.Data.assets "bundle.js") "src" | relURL }}"></script>
+<script src="{{ index (index .Site.Data.assets "main.js") "src" | relURL }}"></script>
<link
rel="preload"