mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Fix docs error with json comma
This commit is contained in:
@ -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 %}}
|
||||||
|
Reference in New Issue
Block a user