diff options
Diffstat (limited to 'wiki')
| -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" | 
