diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-05-17 16:18:07 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-05-17 16:18:07 +0200 |
commit | 256913acd64818b3d4844cb04f054c306e44eb19 (patch) | |
tree | 234fa3467ce542b0eb847185b666ad79be1cdeb4 /layouts/partials | |
parent | 9af41ab92c96753ba49410675e8c05809593e85d (diff) | |
download | hugo-minimalist-theme-256913acd64818b3d4844cb04f054c306e44eb19.tar.gz hugo-minimalist-theme-256913acd64818b3d4844cb04f054c306e44eb19.tar.bz2 hugo-minimalist-theme-256913acd64818b3d4844cb04f054c306e44eb19.zip |
Footer pixel tracking
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/footer.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4a977f1..91665cc 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -30,6 +30,9 @@ hugo-minimalist </a> theme. + <img + src="https://test.oscarnajera.com/visitorcounter.gif?u={{ .Page.RelPermalink }}" + /> </div> </div> </footer> |