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:
authorJian Zhu <moon.ghost.jian@gmail.com>2022-08-10 16:51:57 +0300
committerJian Zhu <moon.ghost.jian@gmail.com>2022-08-10 16:51:57 +0300
commit90a73f7f99b7899a540d27b28b3a6abdda8b6101 (patch)
tree7881c5e36d0332e98f94e6cb723c5d133b8b2c10
parent8ab6e9334349764bd52739b5a6e44ce82309e744 (diff)
Fix typo
-rw-r--r--exampleSite/config.toml2
-rw-r--r--layouts/partials/footer.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a72ef6d..8f277c0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -92,7 +92,7 @@ mapLatitude = "51.5223477"
mapLongitude = "-0.1622023"
mapMarker = "images/marker.png"
# Google Analitycs
-googleAnalitycsID = "" # Your ID
+googleAnalyticsID = "" # Your ID
# Contact Information
mobile = "0124857985320"
email = "demo@email.com"
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 102716c..febe3a2 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -65,7 +65,7 @@
{{ $script := resources.Get "js/script.js" | minify}}
<script src="{{ $script.Permalink }}"></script>
-{{ with site.Params.googleAnalitycsID }}
+{{ with site.Params.googleAnalyticsID }}
{{ "<!-- Google Analytics -->" | safeHTML }}
<script>
(function (i, s, o, g, r, a, m) {