diff options
author | JimmyRespawn <jimmyrespawn@hotmail.com> | 2025-01-28 08:01:30 +0800 |
---|---|---|
committer | JimmyRespawn <jimmyrespawn@hotmail.com> | 2025-01-28 08:01:30 +0800 |
commit | fd418d6a831a6d1cae4d29e9bf24ec5ae98dc82c (patch) | |
tree | c943263564b192a43ab2133deb3d83a77ce7edd7 | |
parent | c70f36a8c5e25efe3835574e55a02b5124149313 (diff) |
fix google analytic while generating the config file
-rw-r--r-- | wiki/setup.md | 6 |
1 files 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" |