From 90a73f7f99b7899a540d27b28b3a6abdda8b6101 Mon Sep 17 00:00:00 2001 From: Jian Zhu Date: Wed, 10 Aug 2022 21:51:57 +0800 Subject: Fix typo --- exampleSite/config.toml | 2 +- layouts/partials/footer.html | 2 +- 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}} -{{ with site.Params.googleAnalitycsID }} +{{ with site.Params.googleAnalyticsID }} {{ "" | safeHTML }}