mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix docs error with json comma
This commit is contained in:
parent
72ba6d633d
commit
5cfb690e31
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ The following is an example of a json config file with the default values:
|
|||
"category": "categories",
|
||||
"tag": "tags"
|
||||
},
|
||||
"baseurl": "http://yoursite.example.com/"
|
||||
"baseurl": "http://yoursite.example.com/",
|
||||
"canonifyurls": true
|
||||
}
|
||||
{{% /highlight %}}
|
||||
|
|
Loading…
Reference in a new issue