gtap.js support

This commit is contained in:
zhixuan 2021-05-20 18:55:35 +09:00
parent 325303a7f8
commit eadfe63a74
No known key found for this signature in database
GPG Key ID: 05D14AD50C51A06F
2 changed files with 2 additions and 9 deletions

View File

@ -8,7 +8,7 @@ title: Example Site
disqusShortname: hugo-theme-stack
# GA Tracking ID
googleAnalytics:
GoogleAnalytics:
# Theme i18n support
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de, nl
@ -60,13 +60,6 @@ params:
site:
locale:
vssue:
platform:
owner:
repo:
clientId:
clientSecret:
widgets:
enabled:
- search

View File

@ -21,5 +21,5 @@
<link rel="shortcut icon" href="{{ . }}" />
{{ end }}
{{- template "_internal/google_analytics_async.html" . -}}
{{- template "_internal/google_analytics.html" . -}}
{{- partial "head/custom.html" . -}}