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

github.com/themefisher/Hargo-hugo-ecommerce-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-01-20 07:19:47 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-01-20 07:19:47 +0300
commite545e7966a91de183c50a2e1946ae9590e6c1734 (patch)
treece4cd35686c227c7fe8ff6e667b4595b52a6c041 /layouts
parent856f27313a359e77ea46c221dbfadf7a21e9411a (diff)
modified plugins link
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/head.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 17210d7..e6fd154 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -53,7 +53,7 @@
<script src="{{ .Site.Params.gmapAPI | absURL }}"></script>
{{ "<!-- JS Plugins -->" | safeHTML }}
{{ range .Site.Params.plugins.js}}
-<script src="{{ .URL | absURL }}"></script>
+<script src="{{ .link | absURL }}"></script>
{{ end }}
<!-- snipcart -->
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 7973475..39d95d4 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -10,7 +10,7 @@
{{ "<!-- plugins -->" | safeHTML }}
{{ range .Site.Params.plugins.css }}
- <link rel="stylesheet" href="{{ .URL | absURL }} ">
+ <link rel="stylesheet" href="{{ .link | absURL }} ">
{{ end }}
<link id="snipcart-theme" type="text/css" href="https://cdn.snipcart.com/themes/2.0/base/snipcart.min.css" rel="stylesheet">