From a2d3c7aa1e284f141e14481523f3488a65ccdbd7 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Fri, 17 Apr 2020 10:31:06 +0800 Subject: Use site variable to set GA --- exampleSite/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6b7e189..8a39090 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -13,6 +13,9 @@ languageCode = "en" summaryLength = 100 # Custom cummary length, add in post file to custom split point paginate = 10 +# Set your Google Analytics UA here, or comment out to disable +# googleAnalytics = "UA-000000000-0" + [permalinks] post = "/:filename/" # Custom post links, e.g. "/:year/:month/:title/" @@ -28,9 +31,6 @@ paginate = 10 # Posts shown in homepage mainSections = ["post"] - # Google Analytics - googleAnalyticsUA = "UA-000000000-0" - # Bangumi image chart id # bgmImageChart = "000000" -- cgit v1.2.3