diff options
author | Nikolay Raspopov <raspopov@cherubicsoft.com> | 2021-10-19 19:56:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 21:56:36 +0200 |
commit | 6c3d1e942af03571af7530b88e39c70ed0a5bf60 (patch) | |
tree | 4683da7ff9db5481809760b150052187fe56eeb2 | |
parent | 9d4916fcc24b169d693540c8f68468f621cb5e5c (diff) |
Removed extra Google Analitics include (#389)
It's already included via "docs/html-head" partial.
-rw-r--r-- | layouts/404.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html index 3f76ed4..909430e 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -29,7 +29,6 @@ </main> {{ partial "docs/inject/body" . }} - {{ template "_internal/google_analytics_async.html" . }} </body> </html> |