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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/pwa.html')
-rw-r--r--layouts/partials/pwa.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/pwa.html b/layouts/partials/pwa.html
index 0884273..b0dd861 100644
--- a/layouts/partials/pwa.html
+++ b/layouts/partials/pwa.html
@@ -1,3 +1,3 @@
{{ $pwafile := resources.Get "js/pwa.js" }}
{{ $pwa := $pwafile | resources.ExecuteAsTemplate "js/pwa.js" . | resources.Minify }}
-<script src="{{ $pwa.Permalink | relURL }}"></script>
+<script src="{{ $pwa.Permalink | absURL }}"></script>