Add Google analytics support
This commit is contained in:
parent
69da3cc3e9
commit
4976196c96
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
<meta name="generator" content="Hugo {{ .Hugo.Version }}">
|
||||
<!-- RSS -->
|
||||
<link rel="alternate" type="application/atom+xml" href="{{.Site.BaseURL}}index.xml" title="{{ .Site.Title }}">
|
||||
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
{{ end }}
|
||||
</head>
|
||||
<body class="{{if eq .Kind `page` }}single{{else}}list{{ if .IsHome }} home{{ end }}{{end}}">
|
||||
<header class="header">
|
||||
|
|
Loading…
Reference in a new issue