Added Google Analytics
Added Google analytics support
This commit is contained in:
@@ -47,6 +47,7 @@ googleAnalytics = ""
|
|||||||
home_mode = "" # post or other
|
home_mode = "" # post or other
|
||||||
|
|
||||||
google_verification = ""
|
google_verification = ""
|
||||||
|
googleAnalytics = ""
|
||||||
|
|
||||||
description = "" # site description
|
description = "" # site description
|
||||||
keywords = "" # site keywords
|
keywords = "" # site keywords
|
||||||
|
|||||||
@@ -25,3 +25,5 @@
|
|||||||
|
|
||||||
{{ if eq ( getenv "HUGO_ENV" ) "production" }}
|
{{ if eq ( getenv "HUGO_ENV" ) "production" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ template "_internal/google_analytics_async.html" . }}
|
||||||
|
|||||||
Reference in New Issue
Block a user