Skip to content

Commit 5816fd1

Browse files
committed
fix typo
1 parent e5569ea commit 5816fd1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ home = "Home"
7171
# Meta data
7272
description = "This is meta description"
7373
author = "Themefisher"
74-
# Google Analitycs
75-
googleAnalitycsID = "" # Your ID
74+
# Google Analytics
75+
googleAnalyticsID = "" # Your ID
7676
# copyright
7777
copyright = "Copyright © 2021 [Gethugothemes](https://gethugothemes.com) All Rights Reserved"
7878

themes/influencer-hugo/layouts/partials/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h4 class="mb-4">Get up to 20% Discount</h4>
5959
{{ $script := resources.Get "js/script.js" | minify}}
6060
<script src="{{ $script.Permalink }}"></script>
6161
{{ "<!-- google analitycs -->" | safeHTML }}
62-
{{ with .Site.Params.googleAnalitycsID }}
62+
{{ with .Site.Params.googleAnalyticsID }}
6363
<script>
6464
(function (i, s, o, g, r, a, m) {
6565
i['GoogleAnalyticsObject'] = r;
@@ -118,4 +118,4 @@ <h4 class="mb-4">Get up to 20% Discount</h4>
118118
display: none;
119119
}
120120
</style>
121-
{{ end }}
121+
{{ end }}

0 commit comments

Comments
 (0)