22 lines
383 B
JavaScript
22 lines
383 B
JavaScript
function get_data() {
|
|
return {
|
|
"pt": {
|
|
"posts": [
|
|
{
|
|
"title": "Scripts em OCaml",
|
|
"slug": "scripts-em-ocaml",
|
|
"date": "23/03/2024"
|
|
}
|
|
]
|
|
},
|
|
"en": {
|
|
"posts": [
|
|
{
|
|
"title": "Hello, Worldling",
|
|
"slug": "hello-worldling",
|
|
"date": "May 20, 2024"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|