Added Google Analytics

Added Google analytics support
This commit is contained in:
Giuseppe Pignataro 2019-03-13 23:38:18 +01:00
parent 55f8259ccc
commit d21ac47854
2 changed files with 3 additions and 0 deletions

View file

@ -47,6 +47,7 @@ googleAnalytics = ""
home_mode = "" # post or other
google_verification = ""
googleAnalytics = ""
description = "" # site description
keywords = "" # site keywords

View file

@ -25,3 +25,5 @@
{{ if eq ( getenv "HUGO_ENV" ) "production" }}
{{ end }}
{{ template "_internal/google_analytics_async.html" . }}