We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543a405 commit 3f54259Copy full SHA for 3f54259
themes/kode/layouts/_default/baseof.html
@@ -23,8 +23,6 @@
23
{{ partial "meta/ogimage" . }}
24
<!-- Site verification -->
25
{{ if .IsHome }} {{ partial "site-verification" . }} {{ end }}
26
- <!-- add googleAnalytics in config.toml -->
27
- {{ template "_internal/google_analytics_async.html" . }}
28
{{ with .OutputFormats.Get "RSS" }} <link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" title="{{ site.Title }}" /> {{ end }}
29
30
<link rel="canonical" href="{{ .Permalink }}"> {{ if (isset .Params "prev") }}
0 commit comments