blog/assets/js/data.js
2024-02-23 20:00:34 -03:00

11 lines
145 B
JavaScript

function get_data() {
return {
posts: [
{
title: "Scripts em OCaml",
slug: "scripts-em-ocaml",
},
]
}
}