From eadfe63a74eca21c763bb7e15fe056708d8ee110 Mon Sep 17 00:00:00 2001 From: zhixuan Date: Thu, 20 May 2021 18:55:35 +0900 Subject: [PATCH] gtap.js support --- exampleSite/config.yaml | 9 +-------- layouts/partials/head/head.html | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 2910cbb..6ce0889 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -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 diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html index fd9ef73..4d89b89 100644 --- a/layouts/partials/head/head.html +++ b/layouts/partials/head/head.html @@ -21,5 +21,5 @@ {{ end }} -{{- template "_internal/google_analytics_async.html" . -}} +{{- template "_internal/google_analytics.html" . -}} {{- partial "head/custom.html" . -}}