mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
gtap.js support
This commit is contained in:
parent
325303a7f8
commit
eadfe63a74
@ -8,7 +8,7 @@ title: Example Site
|
|||||||
disqusShortname: hugo-theme-stack
|
disqusShortname: hugo-theme-stack
|
||||||
|
|
||||||
# GA Tracking ID
|
# GA Tracking ID
|
||||||
googleAnalytics:
|
GoogleAnalytics:
|
||||||
|
|
||||||
# Theme i18n support
|
# Theme i18n support
|
||||||
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de, nl
|
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de, nl
|
||||||
@ -60,13 +60,6 @@ params:
|
|||||||
site:
|
site:
|
||||||
locale:
|
locale:
|
||||||
|
|
||||||
vssue:
|
|
||||||
platform:
|
|
||||||
owner:
|
|
||||||
repo:
|
|
||||||
clientId:
|
|
||||||
clientSecret:
|
|
||||||
|
|
||||||
widgets:
|
widgets:
|
||||||
enabled:
|
enabled:
|
||||||
- search
|
- search
|
||||||
|
@ -21,5 +21,5 @@
|
|||||||
<link rel="shortcut icon" href="{{ . }}" />
|
<link rel="shortcut icon" href="{{ . }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{- template "_internal/google_analytics_async.html" . -}}
|
{{- template "_internal/google_analytics.html" . -}}
|
||||||
{{- partial "head/custom.html" . -}}
|
{{- partial "head/custom.html" . -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user