Added the ability to use google analytics using Hugo's internal template. Added a sample config and instructions to config.yaml for the example site and added in a link for the google analytics internal template for the navbar partial per https://gohugo.io/templates/internal/

This commit is contained in:
Nathan Biller
2019-09-24 12:39:27 -04:00
parent 9271fbff59
commit af3e8fb203
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
{{ template "_internal/google_analytics_async.html" . }}
{{- $navbar := .Site.Params.navbar }}
{{- $sidebarVisible := .Site.Params.sidebar }}
{{ if .Params.sidebar }}