mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-11 15:12:16 +00: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",
|
"category": "categories",
|
||||||
"tag": "tags"
|
"tag": "tags"
|
||||||
},
|
},
|
||||||
"baseurl": "http://yoursite.example.com/"
|
"baseurl": "http://yoursite.example.com/",
|
||||||
"canonifyurls": true
|
"canonifyurls": true
|
||||||
}
|
}
|
||||||
{{% /highlight %}}
|
{{% /highlight %}}
|
||||||
|
|
Loading…
Reference in a new issue