diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-05-17 16:42:17 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-05-17 16:42:17 +0200 |
commit | c77ea69d446209e5476c384adf14d458161f6ed5 (patch) | |
tree | 4d06ed00a0ba076b61886975e2926a56af0b76a1 /layouts/partials | |
parent | 256913acd64818b3d4844cb04f054c306e44eb19 (diff) | |
download | hugo-minimalist-theme-titan.io.tar.gz hugo-minimalist-theme-titan.io.tar.bz2 hugo-minimalist-theme-titan.io.zip |
pixel and js trackingtitan.io
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/footer.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 91665cc..9b2289f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -30,9 +30,11 @@ hugo-minimalist </a> theme. - <img - src="https://test.oscarnajera.com/visitorcounter.gif?u={{ .Page.RelPermalink }}" - /> + <noscript> + <img + src="https://test.oscarnajera.com/visitorcounter.gif?u={{ .Page.RelPermalink }}" + /> + </noscript> </div> </div> </footer> |