From fd418d6a831a6d1cae4d29e9bf24ec5ae98dc82c Mon Sep 17 00:00:00 2001 From: JimmyRespawn Date: Tue, 28 Jan 2025 08:01:30 +0800 Subject: fix google analytic while generating the config file --- wiki/setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/setup.md b/wiki/setup.md index 7ec74f6..db73c80 100644 --- a/wiki/setup.md +++ b/wiki/setup.md @@ -83,12 +83,12 @@ languageCode = 'en-us' title = 'My website' theme = 'typo' -[taxonomies] -tag = 'tags' - # Google analytics code googleAnalytics = "G-xxxxxxxxx" +[taxonomies] +tag = 'tags' + [params] # Meta description description = "A Tech Blog" -- cgit v1.2.3