diff options
| author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2025-01-28 01:59:57 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 01:59:57 +0100 | 
| commit | 58fd93935fb7ea4baf09f873556cbf91d565bbd7 (patch) | |
| tree | c943263564b192a43ab2133deb3d83a77ce7edd7 | |
| parent | c70f36a8c5e25efe3835574e55a02b5124149313 (diff) | |
| parent | fd418d6a831a6d1cae4d29e9bf24ec5ae98dc82c (diff) | |
Merge pull request #72 from JimmyRespawn/main
| -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" | 
