Turn off GA on local hugo web server
This commit is contained in:
parent
4cece3cf46
commit
d2e6fc00a8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<link rel="icon" href="{{ "icons/16.png" | relURL }}" sizes="16x16" type="image/png">
|
||||
<link rel="icon" href="{{ "icons/32.png" | relURL }}" sizes="32x32" type="image/png">
|
||||
<link rel="manifest" href="{{ "manifest.json" | relURL }}">
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
{{ if not .Site.IsServer }}{{ template "_internal/google_analytics_async.html" . }}{{ end }}
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
|
|
Loading…
Reference in a new issue