From 15045506f8c54cb4bc2841faa2ba48e8b15e29fc Mon Sep 17 00:00:00 2001 From: tomkiel Date: Wed, 8 Oct 2025 01:27:03 -0300 Subject: [PATCH] feat: add google tag --- src/layouts/_partials/footer/footer.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/layouts/_partials/footer/footer.html b/src/layouts/_partials/footer/footer.html index dd8f9bb..f812369 100644 --- a/src/layouts/_partials/footer/footer.html +++ b/src/layouts/_partials/footer/footer.html @@ -72,4 +72,14 @@ {{ end }} {{/* Load footer scripts */}} -{{ partial "footer/js.html" }} \ No newline at end of file +{{ partial "footer/js.html" }} + + + + \ No newline at end of file