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

github.com/themefisher/Influencer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-02-18 07:10:29 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-02-18 07:10:29 +0300
commit79fbb404663bd219689bf1283919126abc067a7e (patch)
tree2574f440ff76c95b12e681ba513dfe7e10349cab
parent5794cbef1a4ac1b15bb5460e9048817608419ba8 (diff)
modified snipcart script
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 0d6d9cd..6a9cba5 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -51,7 +51,7 @@
data-api-key="M2E5YjA3NjMtYzRiYS00YzVjLWEyYWYtNDY5ZDI0OWZhYjg5"></script>
<script>
Snipcart.execute('registerLocale', 'en', {
- powered_by: "Themefisher"
+ powered_by: "{{ .Site.Params.Author }}"
});
</script>