diff options
Diffstat (limited to 'layouts/partials/footer.html')
-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> |