You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
348 B
22 lines
348 B
4 years ago
|
{
|
||
|
"en-us": [
|
||
|
{
|
||
|
"filename": "blog1.md",
|
||
|
"link": "/en-us/blog/blog1.html",
|
||
|
"meta": {
|
||
|
"key1": "hello",
|
||
|
"key2": "world"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"zh-cn": [
|
||
|
{
|
||
|
"filename": "blog1.md",
|
||
|
"link": "/zh-cn/blog/blog1.html",
|
||
|
"meta": {
|
||
|
"key1": "hello",
|
||
|
"key2": "world"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|