mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
Added Google Analytics
Added Google analytics support
This commit is contained in:
parent
55f8259ccc
commit
d21ac47854
2 changed files with 3 additions and 0 deletions
|
@ -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" . }}
|
||||||
|
|
Loading…
Reference in a new issue