11 lines
145 B
JavaScript
11 lines
145 B
JavaScript
function get_data() {
|
|
return {
|
|
posts: [
|
|
{
|
|
title: "Scripts em OCaml",
|
|
slug: "scripts-em-ocaml",
|
|
},
|
|
]
|
|
}
|
|
}
|
|
|