Merge branch 'master' into exclude-google-analytics-when-running-under-hugo-local-server

This commit is contained in:
kimcc
2020-04-15 17:20:22 -05:00
committed by GitHub
11 changed files with 326 additions and 254 deletions

View File

@@ -29,7 +29,6 @@
{{ with .OutputFormats.Get "RSS" }}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end }}
{{- if not .Site.IsServer -}}
{{ template "_internal/google_analytics.html" . }}
{{- end -}}