mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
Added Google Analytics feature
This commit is contained in:
parent
70cc14fcbe
commit
e86c7592fc
@ -6,6 +6,7 @@ title: Example Site
|
||||
|
||||
# Change it to your Disqus shortname before using
|
||||
disqusShortname: hugo-theme-stack
|
||||
googleAnalytics: "UI-you-google-analytics-tracking-id"
|
||||
|
||||
# Theme i18n support
|
||||
# Available values: en, fr, id, ja, ko, pt-br, zh-cn
|
||||
|
@ -21,4 +21,5 @@
|
||||
<link rel="shortcut icon" href="{{ . }}" />
|
||||
{{ end }}
|
||||
|
||||
{{- partial "head/custom.html" . -}}
|
||||
{{- partial "head/custom.html" . -}}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
Loading…
Reference in New Issue
Block a user