Skip to content

Commit 3f54259

Browse files
committed
removed google analytics
1 parent 543a405 commit 3f54259

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

themes/kode/layouts/_default/baseof.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
{{ partial "meta/ogimage" . }}
2424
<!-- Site verification -->
2525
{{ if .IsHome }} {{ partial "site-verification" . }} {{ end }}
26-
<!-- add googleAnalytics in config.toml -->
27-
{{ template "_internal/google_analytics_async.html" . }}
2826
{{ with .OutputFormats.Get "RSS" }} <link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" title="{{ site.Title }}" /> {{ end }}
2927

3028
<link rel="canonical" href="{{ .Permalink }}"> {{ if (isset .Params "prev") }}

0 commit comments

Comments
 (0)