diff options
| -rw-r--r-- | layouts/partials/footer.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 5eda267..e570d42 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -146,4 +146,6 @@ }); </script> -{{ template "_internal/google_analytics.html" . }}
\ No newline at end of file +{{ if not .Site.IsServer }} + {{ template "_internal/google_analytics.html" . }} +{{ end }} |
